IdentityProviderReference

class aws_cdk.aws_workspacesweb.IdentityProviderReference(*, identity_provider_arn)

Bases: object

A 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 import aws_workspacesweb as workspacesweb

identity_provider_reference = workspacesweb.IdentityProviderReference(
    identity_provider_arn="identityProviderArn"
)

Attributes

identity_provider_arn

The IdentityProviderArn of the IdentityProvider resource.