IdentitySourceReference
- class aws_cdk.interfaces.aws_mpa.IdentitySourceReference(*, identity_source_arn)
Bases:
objectA reference to a IdentitySource resource.
- Parameters:
identity_source_arn (
str) – The IdentitySourceArn of the IdentitySource 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.interfaces import aws_mpa as interfaces_aws_mpa identity_source_reference = interfaces_aws_mpa.IdentitySourceReference( identity_source_arn="identitySourceArn" )
Attributes
- identity_source_arn
The IdentitySourceArn of the IdentitySource resource.