@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:03.520Z") @Stability(value=Experimental) public interface UserPoolAuthenticationProviderBindOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cognito.identitypool.*; UserPoolAuthenticationProviderBindOptions userPoolAuthenticationProviderBindOptions = UserPoolAuthenticationProviderBindOptions.builder().build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserPoolAuthenticationProviderBindOptions.Builder
A builder for
UserPoolAuthenticationProviderBindOptions |
static class |
UserPoolAuthenticationProviderBindOptions.Jsii$Proxy
An implementation for
UserPoolAuthenticationProviderBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolAuthenticationProviderBindOptions.Builder |
builder() |
@Stability(value=Experimental) static UserPoolAuthenticationProviderBindOptions.Builder builder()
Copyright © 2022. All rights reserved.