@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:35.472Z")
public interface CfnStackUserAssociationProps
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.appstream.*; CfnStackUserAssociationProps cfnStackUserAssociationProps = CfnStackUserAssociationProps.builder() .authenticationType("authenticationType") .stackName("stackName") .userName("userName") // the properties below are optional .sendEmailNotification(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStackUserAssociationProps.Builder
A builder for
CfnStackUserAssociationProps |
static class |
CfnStackUserAssociationProps.Jsii$Proxy
An implementation for
CfnStackUserAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnStackUserAssociationProps.Builder |
builder() |
java.lang.String |
getAuthenticationType()
The authentication type for the user who is associated with the stack.
|
default 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.
|
java.lang.String getAuthenticationType()
You must specify USERPOOL.
java.lang.String getStackName()
java.lang.String getUserName()
Users' email addresses are case-sensitive.
default java.lang.Object getSendEmailNotification()
static CfnStackUserAssociationProps.Builder builder()