@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.036Z") @Stability(value=Stable) public interface CfnUserProps 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.*;
CfnUserProps cfnUserProps = CfnUserProps.builder()
.authenticationType("authenticationType")
.userName("userName")
// the properties below are optional
.firstName("firstName")
.lastName("lastName")
.messageAction("messageAction")
.build();
| 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) @Nullable default String getFirstName()
@Stability(value=Stable) @Nullable default String getLastName()
@Stability(value=Stable) @Nullable default String getMessageAction()
@Stability(value=Stable) @NotNull String getUserName()
@Stability(value=Stable) static CfnUserProps.Builder builder()
CfnUserProps.Builder of CfnUserPropsCopyright © 2021. All rights reserved.