MicrosoftADReference
- class aws_cdk.aws_directoryservice.MicrosoftADReference(*, microsoft_ad_id)
Bases:
object
A reference to a MicrosoftAD resource.
- Parameters:
microsoft_ad_id (
str
) – The Id of the MicrosoftAD resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_directoryservice as directoryservice microsoft_aDReference = directoryservice.MicrosoftADReference( microsoft_ad_id="microsoftAdId" )
Attributes
- microsoft_ad_id
The Id of the MicrosoftAD resource.