/dhall-aws-cloudformation/cloudformation/AWS::NimbleStudio::StudioComponent/ActiveDirectoryComputerAttribute.dhall

Copy path to clipboard

Source

{ Type =
{ Name : Optional (./../../Fn.dhall).CfnText
, Value : Optional (./../../Fn.dhall).CfnText
}
, default =
{ Name = None (./../../Fn.dhall).CfnText
, Value = None (./../../Fn.dhall).CfnText
}
}