Class CfnStackUserAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnStackUserAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStackUserAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackUserAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnStackUserAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackUserAssociationMixinProps
An implementation for
CfnStackUserAssociationMixinProps-
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.cfnpropertymixins.services.appstream.CfnStackUserAssociationMixinProps
CfnStackUserAssociationMixinProps.Builder, CfnStackUserAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackUserAssociationMixinProps.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 theCfnStackUserAssociationMixinProps.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnStackUserAssociationMixinPropsThe authentication type for the user who is associated with the stack.You must specify USERPOOL.
- Specified by:
getAuthenticationTypein interfaceCfnStackUserAssociationMixinProps- See Also:
-
getSendEmailNotification
Description copied from interface:CfnStackUserAssociationMixinPropsSpecifies whether a welcome email is sent to a user after the user is created in the user pool.Returns union: either
BooleanorIResolvable- Specified by:
getSendEmailNotificationin interfaceCfnStackUserAssociationMixinProps- See Also:
-
getStackName
Description copied from interface:CfnStackUserAssociationMixinPropsThe name of the stack that is associated with the user.- Specified by:
getStackNamein interfaceCfnStackUserAssociationMixinProps- See Also:
-
getUserName
Description copied from interface:CfnStackUserAssociationMixinPropsThe email address of the user who is associated with the stack.Users' email addresses are case-sensitive.
- Specified by:
getUserNamein interfaceCfnStackUserAssociationMixinProps- See Also:
-
$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()
-