@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.056Z") @Stability(value=Stable) public interface CfnStackUserAssociationProps extends software.amazon.jsii.JsiiSerializable
| 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) @NotNull String getStackName()
@Stability(value=Stable) @NotNull String getUserName()
@Stability(value=Stable) @Nullable default Object getSendEmailNotification()
@Stability(value=Stable) static CfnStackUserAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.