CfnDirectoryRegistrationMixinProps
- class aws_cdk.mixins_preview.aws_pcaconnectorad.mixins.CfnDirectoryRegistrationMixinProps(*, directory_id=None, tags=None)
Bases:
objectProperties for CfnDirectoryRegistrationPropsMixin.
- Parameters:
directory_id (
Optional[str]) – The identifier of the Active Directory.tags (
Optional[Mapping[str,str]]) – Metadata assigned to a directory registration consisting of a key-value pair.
- See:
- 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.mixins_preview.aws_pcaconnectorad import mixins as pcaconnectorad_mixins cfn_directory_registration_mixin_props = pcaconnectorad_mixins.CfnDirectoryRegistrationMixinProps( directory_id="directoryId", tags={ "tags_key": "tags" } )
Attributes
- directory_id
The identifier of the Active Directory.
- tags
Metadata assigned to a directory registration consisting of a key-value pair.