@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.057Z") @Stability(value=Stable) public interface CfnUserProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserProps.Builder
A builder for
CfnUserProps |
static class |
CfnUserProps.Jsii$Proxy
An implementation for
CfnUserProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProps.Builder |
builder() |
String |
getAuthenticationType()
`AWS::AppStream::User.AuthenticationType`.
|
default String |
getFirstName()
`AWS::AppStream::User.FirstName`.
|
default String |
getLastName()
`AWS::AppStream::User.LastName`.
|
default String |
getMessageAction()
`AWS::AppStream::User.MessageAction`.
|
String |
getUserName()
`AWS::AppStream::User.UserName`.
|
@Stability(value=Stable) @NotNull String getAuthenticationType()
@Stability(value=Stable) @NotNull String getUserName()
@Stability(value=Stable) @Nullable default String getFirstName()
@Stability(value=Stable) @Nullable default String getLastName()
@Stability(value=Stable) @Nullable default String getMessageAction()
@Stability(value=Stable) static CfnUserProps.Builder builder()
CfnUserProps.Builder of CfnUserPropsCopyright © 2021. All rights reserved.