Class CfnStack
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.appstream.CfnStack
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:55:53.355Z")
@Stability(Stable)
public class CfnStack
extends CfnResource
implements IInspectable, ITaggable
The
AWS::AppStream::Stack
resource creates a stack to start streaming applications to Amazon AppStream 2.0 users. A stack consists of an associated fleet, user access policies, and storage configurations.
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.*; CfnStack cfnStack = CfnStack.Builder.create(this, "MyCfnStack") .accessEndpoints(List.of(AccessEndpointProperty.builder() .endpointType("endpointType") .vpceId("vpceId") .build())) .applicationSettings(ApplicationSettingsProperty.builder() .enabled(false) // the properties below are optional .settingsGroup("settingsGroup") .build()) .attributesToDelete(List.of("attributesToDelete")) .deleteStorageConnectors(false) .description("description") .displayName("displayName") .embedHostDomains(List.of("embedHostDomains")) .feedbackUrl("feedbackUrl") .name("name") .redirectUrl("redirectUrl") .storageConnectors(List.of(StorageConnectorProperty.builder() .connectorType("connectorType") // the properties below are optional .domains(List.of("domains")) .resourceIdentifier("resourceIdentifier") .build())) .streamingExperienceSettings(StreamingExperienceSettingsProperty.builder() .preferredProtocol("preferredProtocol") .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .userSettings(List.of(UserSettingProperty.builder() .action("action") .permission("permission") // the properties below are optional .maximumLength(123) .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0.static interface
The persistent application settings for users of a stack.static final class
A fluent builder forCfnStack
.static interface
A connector that enables persistent storage for users.static interface
The streaming protocol that you want your stack to prefer.static interface
Specifies an action and whether the action is enabled or disabled for users during their streaming sessions.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnStack
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnStack
(software.amazon.jsii.JsiiObjectRef objRef) CfnStack
(software.constructs.Construct scope, String id, CfnStackProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe list of virtual private cloud (VPC) interface endpoint objects.The persistent application settings for users of the stack.The stack attributes to delete.This parameter has been deprecated..The description to display.The stack name to display.The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.The URL that users are redirected to after they click the Send Feedback link.getName()
The name of the stack.The URL that users are redirected to after their streaming session ends.The storage connectors to enable.The streaming protocol that you want your stack to prefer.getTags()
Tag Manager which manages the tags for this resource.An array of key-value pairs.The actions that are enabled or disabled for users during their streaming sessions.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setAccessEndpoints
(List<Object> value) The list of virtual private cloud (VPC) interface endpoint objects.void
setAccessEndpoints
(IResolvable value) The list of virtual private cloud (VPC) interface endpoint objects.void
The persistent application settings for users of the stack.void
The persistent application settings for users of the stack.void
setAttributesToDelete
(List<String> value) The stack attributes to delete.void
This parameter has been deprecated..void
This parameter has been deprecated..void
setDescription
(String value) The description to display.void
setDisplayName
(String value) The stack name to display.void
setEmbedHostDomains
(List<String> value) The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.void
setFeedbackUrl
(String value) The URL that users are redirected to after they click the Send Feedback link.void
The name of the stack.void
setRedirectUrl
(String value) The URL that users are redirected to after their streaming session ends.void
setStorageConnectors
(List<Object> value) The storage connectors to enable.void
setStorageConnectors
(IResolvable value) The storage connectors to enable.void
The streaming protocol that you want your stack to prefer.void
The streaming protocol that you want your stack to prefer.void
setTagsRaw
(List<CfnTag> value) An array of key-value pairs.void
setUserSettings
(List<Object> value) The actions that are enabled or disabled for users during their streaming sessions.void
setUserSettings
(IResolvable value) The actions that are enabled or disabled for users during their streaming sessions.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnStack
protected CfnStack(software.amazon.jsii.JsiiObjectRef objRef) -
CfnStack
protected CfnStack(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnStack
@Stability(Stable) public CfnStack(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnStackProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnStack
@Stability(Stable) public CfnStack(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrId
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getAccessEndpoints
The list of virtual private cloud (VPC) interface endpoint objects. -
setAccessEndpoints
The list of virtual private cloud (VPC) interface endpoint objects. -
setAccessEndpoints
The list of virtual private cloud (VPC) interface endpoint objects. -
getApplicationSettings
The persistent application settings for users of the stack. -
setApplicationSettings
The persistent application settings for users of the stack. -
setApplicationSettings
@Stability(Stable) public void setApplicationSettings(@Nullable CfnStack.ApplicationSettingsProperty value) The persistent application settings for users of the stack. -
getAttributesToDelete
The stack attributes to delete. -
setAttributesToDelete
The stack attributes to delete. -
getDeleteStorageConnectors
This parameter has been deprecated.. -
setDeleteStorageConnectors
This parameter has been deprecated.. -
setDeleteStorageConnectors
This parameter has been deprecated.. -
getDescription
The description to display. -
setDescription
The description to display. -
getDisplayName
The stack name to display. -
setDisplayName
The stack name to display. -
getEmbedHostDomains
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. -
setEmbedHostDomains
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. -
getFeedbackUrl
The URL that users are redirected to after they click the Send Feedback link. -
setFeedbackUrl
The URL that users are redirected to after they click the Send Feedback link. -
getName
The name of the stack. -
setName
The name of the stack. -
getRedirectUrl
The URL that users are redirected to after their streaming session ends. -
setRedirectUrl
The URL that users are redirected to after their streaming session ends. -
getStorageConnectors
The storage connectors to enable. -
setStorageConnectors
The storage connectors to enable. -
setStorageConnectors
The storage connectors to enable. -
getStreamingExperienceSettings
The streaming protocol that you want your stack to prefer. -
setStreamingExperienceSettings
The streaming protocol that you want your stack to prefer. -
setStreamingExperienceSettings
@Stability(Stable) public void setStreamingExperienceSettings(@Nullable CfnStack.StreamingExperienceSettingsProperty value) The streaming protocol that you want your stack to prefer. -
getTagsRaw
An array of key-value pairs. -
setTagsRaw
An array of key-value pairs. -
getUserSettings
The actions that are enabled or disabled for users during their streaming sessions. -
setUserSettings
The actions that are enabled or disabled for users during their streaming sessions. -
setUserSettings
The actions that are enabled or disabled for users during their streaming sessions.
-