CfnServicePrincipalNameMixinProps
- class aws_cdk.mixins_preview.aws_pcaconnectorad.mixins.CfnServicePrincipalNameMixinProps(*, connector_arn=None, directory_registration_arn=None)
Bases:
objectProperties for CfnServicePrincipalNamePropsMixin.
- Parameters:
connector_arn (
Optional[str]) – The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html .directory_registration_arn (
Optional[str]) – The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .
- 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_service_principal_name_mixin_props = pcaconnectorad_mixins.CfnServicePrincipalNameMixinProps( connector_arn="connectorArn", directory_registration_arn="directoryRegistrationArn" )
Attributes
- connector_arn
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html .
- directory_registration_arn
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .