IdentityProviderReference
- class aws_cdk.interfaces.aws_workspacesweb.IdentityProviderReference(*, identity_provider_arn)
Bases:
objectA reference to a IdentityProvider resource.
- Parameters:
identity_provider_arn (
str) – The IdentityProviderArn of the IdentityProvider 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_workspacesweb as interfaces_aws_workspacesweb identity_provider_reference = interfaces_aws_workspacesweb.IdentityProviderReference( identity_provider_arn="identityProviderArn" )
Attributes
- identity_provider_arn
The IdentityProviderArn of the IdentityProvider resource.