Class CfnStackUserAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appstream.CfnStackUserAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStackUserAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnStackUserAssociationProps
@Stability(Stable)
@Internal
public static final class CfnStackUserAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackUserAssociationProps
An implementation for
CfnStackUserAssociationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appstream.CfnStackUserAssociationProps
CfnStackUserAssociationProps.Builder, CfnStackUserAssociationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackUserAssociationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe authentication type for the user who is associated with the stack.final ObjectSpecifies whether a welcome email is sent to a user after the user is created in the user pool.final StringThe name of the stack that is associated with the user.final StringThe email address of the user who is associated with the stack.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStackUserAssociationProps.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnStackUserAssociationPropsThe authentication type for the user who is associated with the stack.You must specify USERPOOL.
- Specified by:
getAuthenticationTypein interfaceCfnStackUserAssociationProps
-
getStackName
Description copied from interface:CfnStackUserAssociationPropsThe name of the stack that is associated with the user.- Specified by:
getStackNamein interfaceCfnStackUserAssociationProps
-
getUserName
Description copied from interface:CfnStackUserAssociationPropsThe email address of the user who is associated with the stack.Users' email addresses are case-sensitive.
- Specified by:
getUserNamein interfaceCfnStackUserAssociationProps
-
getSendEmailNotification
Description copied from interface:CfnStackUserAssociationPropsSpecifies whether a welcome email is sent to a user after the user is created in the user pool.- Specified by:
getSendEmailNotificationin interfaceCfnStackUserAssociationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-