interface CfnStackProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppStream.CfnStackProps |
![]() | software.amazon.awscdk.services.appstream.CfnStackProps |
![]() | aws_cdk.aws_appstream.CfnStackProps |
![]() | @aws-cdk/aws-appstream » CfnStackProps |
Properties for defining a CfnStack
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appstream from '@aws-cdk/aws-appstream';
const cfnStackProps: appstream.CfnStackProps = {
accessEndpoints: [{
endpointType: 'endpointType',
vpceId: 'vpceId',
}],
applicationSettings: {
enabled: false,
// the properties below are optional
settingsGroup: 'settingsGroup',
},
attributesToDelete: ['attributesToDelete'],
deleteStorageConnectors: false,
description: 'description',
displayName: 'displayName',
embedHostDomains: ['embedHostDomains'],
feedbackUrl: 'feedbackUrl',
name: 'name',
redirectUrl: 'redirectUrl',
storageConnectors: [{
connectorType: 'connectorType',
// the properties below are optional
domains: ['domains'],
resourceIdentifier: 'resourceIdentifier',
}],
streamingExperienceSettings: {
preferredProtocol: 'preferredProtocol',
},
tags: [{
key: 'key',
value: 'value',
}],
userSettings: [{
action: 'action',
permission: 'permission',
}],
};
Properties
Name | Type | Description |
---|---|---|
access | IResolvable | IResolvable | Access [] | The list of virtual private cloud (VPC) interface endpoint objects. |
application | IResolvable | Application | The persistent application settings for users of the stack. |
attributes | string[] | The stack attributes to delete. |
delete | boolean | IResolvable | This parameter has been deprecated.. |
description? | string | The description to display. |
display | string | The stack name to display. |
embed | string[] | 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. |
feedback | string | The URL that users are redirected to after they click the Send Feedback link. |
name? | string | The name of the stack. |
redirect | string | The URL that users are redirected to after their streaming session ends. |
storage | IResolvable | IResolvable | Storage [] | The storage connectors to enable. |
streaming | IResolvable | Streaming | The streaming protocol that you want your stack to prefer. |
tags? | Cfn [] | An array of key-value pairs. |
user | IResolvable | IResolvable | User [] | The actions that are enabled or disabled for users during their streaming sessions. |
accessEndpoints?
Type:
IResolvable
|
IResolvable
|
Access
[]
(optional)
The list of virtual private cloud (VPC) interface endpoint objects.
Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
applicationSettings?
Type:
IResolvable
|
Application
(optional)
The persistent application settings for users of the stack.
When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
attributesToDelete?
Type:
string[]
(optional)
The stack attributes to delete.
deleteStorageConnectors?
Type:
boolean |
IResolvable
(optional)
This parameter has been deprecated..
Deletes the storage connectors currently enabled for the stack.
description?
Type:
string
(optional)
The description to display.
displayName?
Type:
string
(optional)
The stack name to display.
embedHostDomains?
Type:
string[]
(optional)
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.
feedbackUrl?
Type:
string
(optional)
The URL that users are redirected to after they click the Send Feedback link.
If no URL is specified, no Send Feedback link is displayed.
name?
Type:
string
(optional)
The name of the stack.
redirectUrl?
Type:
string
(optional)
The URL that users are redirected to after their streaming session ends.
storageConnectors?
Type:
IResolvable
|
IResolvable
|
Storage
[]
(optional)
The storage connectors to enable.
streamingExperienceSettings?
Type:
IResolvable
|
Streaming
(optional)
The streaming protocol that you want your stack to prefer.
This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
tags?
Type:
Cfn
[]
(optional)
An array of key-value pairs.
userSettings?
Type:
IResolvable
|
IResolvable
|
User
[]
(optional)
The actions that are enabled or disabled for users during their streaming sessions.
By default, these actions are enabled.