CfnServicePrincipalNameProps
- class aws_cdk.aws_pcaconnectorad.CfnServicePrincipalNameProps(*, connector_arn=None, directory_registration_arn=None)
 Bases:
objectProperties for defining a
CfnServicePrincipalName.- 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 import aws_pcaconnectorad as pcaconnectorad cfn_service_principal_name_props = pcaconnectorad.CfnServicePrincipalNameProps( 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 .