@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.056Z") @Stability(value=Stable) public interface CfnStackProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStackProps.Builder
A builder for
CfnStackProps |
static class |
CfnStackProps.Jsii$Proxy
An implementation for
CfnStackProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStackProps.Builder |
builder() |
default Object |
getAccessEndpoints()
`AWS::AppStream::Stack.AccessEndpoints`.
|
default Object |
getApplicationSettings()
`AWS::AppStream::Stack.ApplicationSettings`.
|
default List<String> |
getAttributesToDelete()
`AWS::AppStream::Stack.AttributesToDelete`.
|
default Object |
getDeleteStorageConnectors()
`AWS::AppStream::Stack.DeleteStorageConnectors`.
|
default String |
getDescription()
`AWS::AppStream::Stack.Description`.
|
default String |
getDisplayName()
`AWS::AppStream::Stack.DisplayName`.
|
default List<String> |
getEmbedHostDomains()
`AWS::AppStream::Stack.EmbedHostDomains`.
|
default String |
getFeedbackUrl()
`AWS::AppStream::Stack.FeedbackURL`.
|
default String |
getName()
`AWS::AppStream::Stack.Name`.
|
default String |
getRedirectUrl()
`AWS::AppStream::Stack.RedirectURL`.
|
default Object |
getStorageConnectors()
`AWS::AppStream::Stack.StorageConnectors`.
|
default List<CfnTag> |
getTags()
`AWS::AppStream::Stack.Tags`.
|
default Object |
getUserSettings()
`AWS::AppStream::Stack.UserSettings`.
|
@Stability(value=Stable) @Nullable default Object getAccessEndpoints()
@Stability(value=Stable) @Nullable default Object getApplicationSettings()
@Stability(value=Stable) @Nullable default List<String> getAttributesToDelete()
@Stability(value=Stable) @Nullable default Object getDeleteStorageConnectors()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getDisplayName()
@Stability(value=Stable) @Nullable default List<String> getEmbedHostDomains()
@Stability(value=Stable) @Nullable default String getFeedbackUrl()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getRedirectUrl()
@Stability(value=Stable) @Nullable default Object getStorageConnectors()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getUserSettings()
@Stability(value=Stable) static CfnStackProps.Builder builder()
CfnStackProps.Builder of CfnStackPropsCopyright © 2021. All rights reserved.