@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.093Z") @Stability(value=Stable) public interface CfnStackUserAssociationProps 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.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() |
String |
getAuthenticationType()
`AWS::AppStream::StackUserAssociation.AuthenticationType`.
|
default Object |
getSendEmailNotification()
`AWS::AppStream::StackUserAssociation.SendEmailNotification`.
|
String |
getStackName()
`AWS::AppStream::StackUserAssociation.StackName`.
|
String |
getUserName()
`AWS::AppStream::StackUserAssociation.UserName`.
|
@Stability(value=Stable) @NotNull String getAuthenticationType()
@Stability(value=Stable) @Nullable default Object getSendEmailNotification()
@Stability(value=Stable) @NotNull String getStackName()
@Stability(value=Stable) @NotNull String getUserName()
@Stability(value=Stable) static CfnStackUserAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.