public static final class CfnStackUserAssociationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackUserAssociationProps
CfnStackUserAssociationProps
CfnStackUserAssociationProps.Builder, CfnStackUserAssociationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAuthenticationType()
The authentication type for the user who is associated with the stack.
|
java.lang.Object |
getSendEmailNotification()
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
java.lang.String |
getStackName()
The name of the stack that is associated with the user.
|
java.lang.String |
getUserName()
The email address of the user who is associated with the stack.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAuthenticationType()
CfnStackUserAssociationProps
You must specify USERPOOL.
getAuthenticationType
in interface CfnStackUserAssociationProps
public final java.lang.String getStackName()
CfnStackUserAssociationProps
getStackName
in interface CfnStackUserAssociationProps
public final java.lang.String getUserName()
CfnStackUserAssociationProps
Users' email addresses are case-sensitive.
getUserName
in interface CfnStackUserAssociationProps
public final java.lang.Object getSendEmailNotification()
CfnStackUserAssociationProps
getSendEmailNotification
in interface CfnStackUserAssociationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()