@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.054Z") @Stability(value=Stable) public class CfnStack extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnStack.AccessEndpointProperty |
static interface |
CfnStack.ApplicationSettingsProperty |
static class |
CfnStack.Builder
A fluent builder for
CfnStack. |
static interface |
CfnStack.StorageConnectorProperty |
static interface |
CfnStack.UserSettingProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnStack(software.constructs.Construct scope,
String id)
Create a new `AWS::AppStream::Stack`.
|
|
CfnStack(software.constructs.Construct scope,
String id,
CfnStackProps props)
Create a new `AWS::AppStream::Stack`.
|
protected |
CfnStack(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnStack(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAccessEndpoints()
`AWS::AppStream::Stack.AccessEndpoints`.
|
Object |
getApplicationSettings()
`AWS::AppStream::Stack.ApplicationSettings`.
|
List<String> |
getAttributesToDelete()
`AWS::AppStream::Stack.AttributesToDelete`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getDeleteStorageConnectors()
`AWS::AppStream::Stack.DeleteStorageConnectors`.
|
String |
getDescription()
`AWS::AppStream::Stack.Description`.
|
String |
getDisplayName()
`AWS::AppStream::Stack.DisplayName`.
|
List<String> |
getEmbedHostDomains()
`AWS::AppStream::Stack.EmbedHostDomains`.
|
String |
getFeedbackUrl()
`AWS::AppStream::Stack.FeedbackURL`.
|
String |
getName()
`AWS::AppStream::Stack.Name`.
|
String |
getRedirectUrl()
`AWS::AppStream::Stack.RedirectURL`.
|
Object |
getStorageConnectors()
`AWS::AppStream::Stack.StorageConnectors`.
|
TagManager |
getTags()
`AWS::AppStream::Stack.Tags`.
|
Object |
getUserSettings()
`AWS::AppStream::Stack.UserSettings`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccessEndpoints(IResolvable value)
`AWS::AppStream::Stack.AccessEndpoints`.
|
void |
setAccessEndpoints(List<Object> value)
`AWS::AppStream::Stack.AccessEndpoints`.
|
void |
setApplicationSettings(CfnStack.ApplicationSettingsProperty value)
`AWS::AppStream::Stack.ApplicationSettings`.
|
void |
setApplicationSettings(IResolvable value)
`AWS::AppStream::Stack.ApplicationSettings`.
|
void |
setAttributesToDelete(List<String> value)
`AWS::AppStream::Stack.AttributesToDelete`.
|
void |
setDeleteStorageConnectors(Boolean value)
`AWS::AppStream::Stack.DeleteStorageConnectors`.
|
void |
setDeleteStorageConnectors(IResolvable value)
`AWS::AppStream::Stack.DeleteStorageConnectors`.
|
void |
setDescription(String value)
`AWS::AppStream::Stack.Description`.
|
void |
setDisplayName(String value)
`AWS::AppStream::Stack.DisplayName`.
|
void |
setEmbedHostDomains(List<String> value)
`AWS::AppStream::Stack.EmbedHostDomains`.
|
void |
setFeedbackUrl(String value)
`AWS::AppStream::Stack.FeedbackURL`.
|
void |
setName(String value)
`AWS::AppStream::Stack.Name`.
|
void |
setRedirectUrl(String value)
`AWS::AppStream::Stack.RedirectURL`.
|
void |
setStorageConnectors(IResolvable value)
`AWS::AppStream::Stack.StorageConnectors`.
|
void |
setStorageConnectors(List<Object> value)
`AWS::AppStream::Stack.StorageConnectors`.
|
void |
setUserSettings(IResolvable value)
`AWS::AppStream::Stack.UserSettings`.
|
void |
setUserSettings(List<Object> value)
`AWS::AppStream::Stack.UserSettings`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnStack(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnStack(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnStack(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnStackProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnStack(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public Object getAccessEndpoints()
@Stability(value=Stable)
public void setAccessEndpoints(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setAccessEndpoints(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getApplicationSettings()
@Stability(value=Stable)
public void setApplicationSettings(@Nullable
CfnStack.ApplicationSettingsProperty value)
@Stability(value=Stable)
public void setApplicationSettings(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public List<String> getAttributesToDelete()
@Stability(value=Stable)
public void setAttributesToDelete(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public Object getDeleteStorageConnectors()
@Stability(value=Stable)
public void setDeleteStorageConnectors(@Nullable
Boolean value)
@Stability(value=Stable)
public void setDeleteStorageConnectors(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDisplayName()
@Stability(value=Stable)
public void setDisplayName(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getEmbedHostDomains()
@Stability(value=Stable)
public void setEmbedHostDomains(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getFeedbackUrl()
@Stability(value=Stable)
public void setFeedbackUrl(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getRedirectUrl()
@Stability(value=Stable)
public void setRedirectUrl(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getStorageConnectors()
@Stability(value=Stable)
public void setStorageConnectors(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setStorageConnectors(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getUserSettings()
@Stability(value=Stable)
public void setUserSettings(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.