IdentityPoolPrincipalTagReference
- class aws_cdk.interfaces.aws_cognito.IdentityPoolPrincipalTagReference(*, identity_pool_id, identity_provider_name)
Bases:
objectA reference to a IdentityPoolPrincipalTag resource.
- Parameters:
identity_pool_id (
str) – The IdentityPoolId of the IdentityPoolPrincipalTag resource.identity_provider_name (
str) – The IdentityProviderName of the IdentityPoolPrincipalTag 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_cognito as interfaces_cognito identity_pool_principal_tag_reference = interfaces_cognito.IdentityPoolPrincipalTagReference( identity_pool_id="identityPoolId", identity_provider_name="identityProviderName" )
Attributes
- identity_pool_id
The IdentityPoolId of the IdentityPoolPrincipalTag resource.
- identity_provider_name
The IdentityProviderName of the IdentityPoolPrincipalTag resource.