UserPoolAuthenticationProviderBindOptions

class aws_cdk.aws_cognito_identitypool.UserPoolAuthenticationProviderBindOptions

Bases: object

(experimental) Represents UserPoolAuthenticationProvider Bind Options.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_cognito_identitypool as cognito_identitypool

user_pool_authentication_provider_bind_options = cognito_identitypool.UserPoolAuthenticationProviderBindOptions()