IdentitySourceReference
- class aws_cdk.aws_mpa.IdentitySourceReference(*, identity_source_arn)
Bases:
object
A 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 import aws_mpa as mpa identity_source_reference = mpa.IdentitySourceReference( identity_source_arn="identitySourceArn" )
Attributes
- identity_source_arn
The IdentitySourceArn of the IdentitySource resource.