Class CfnStackProps
Properties for defining a CfnStack
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStackProps : Object, ICfnStackProps
Syntax (vb)
Public Class CfnStackProps
Inherits Object
Implements ICfnStackProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppStream;
var cfnStackProps = new CfnStackProps {
AccessEndpoints = new [] { new AccessEndpointProperty {
EndpointType = "endpointType",
VpceId = "vpceId"
} },
ApplicationSettings = new ApplicationSettingsProperty {
Enabled = false,
// the properties below are optional
SettingsGroup = "settingsGroup"
},
AttributesToDelete = new [] { "attributesToDelete" },
DeleteStorageConnectors = false,
Description = "description",
DisplayName = "displayName",
EmbedHostDomains = new [] { "embedHostDomains" },
FeedbackUrl = "feedbackUrl",
Name = "name",
RedirectUrl = "redirectUrl",
StorageConnectors = new [] { new StorageConnectorProperty {
ConnectorType = "connectorType",
// the properties below are optional
Domains = new [] { "domains" },
ResourceIdentifier = "resourceIdentifier"
} },
StreamingExperienceSettings = new StreamingExperienceSettingsProperty {
PreferredProtocol = "preferredProtocol"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
UserSettings = new [] { new UserSettingProperty {
Action = "action",
Permission = "permission",
// the properties below are optional
MaximumLength = 123
} }
};
Synopsis
Constructors
Cfn |
Properties
Access |
The list of virtual private cloud (VPC) interface endpoint objects. |
Application |
The persistent application settings for users of the stack. |
Attributes |
The stack attributes to delete. |
Delete |
This parameter has been deprecated.. |
Description | The description to display. |
Display |
The stack name to display. |
Embed |
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 |
The URL that users are redirected to after they click the Send Feedback link. |
Name | The name of the stack. |
Redirect |
The URL that users are redirected to after their streaming session ends. |
Storage |
The storage connectors to enable. |
Streaming |
The streaming protocol that you want your stack to prefer. |
Tags | An array of key-value pairs. |
User |
The actions that are enabled or disabled for users during their streaming sessions. |
Constructors
CfnStackProps()
public CfnStackProps()
Properties
AccessEndpoints
The list of virtual private cloud (VPC) interface endpoint objects.
public object AccessEndpoints { get; set; }
Property Value
System.
Remarks
Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
ApplicationSettings
The persistent application settings for users of the stack.
public object ApplicationSettings { get; set; }
Property Value
System.
Remarks
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
The stack attributes to delete.
public string[] AttributesToDelete { get; set; }
Property Value
System.
Remarks
DeleteStorageConnectors
This parameter has been deprecated..
public object DeleteStorageConnectors { get; set; }
Property Value
System.
Remarks
Deletes the storage connectors currently enabled for the stack.
Description
The description to display.
public string Description { get; set; }
Property Value
System.
Remarks
DisplayName
The stack name to display.
public string DisplayName { get; set; }
Property Value
System.
Remarks
EmbedHostDomains
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.
public string[] EmbedHostDomains { get; set; }
Property Value
System.
Remarks
FeedbackUrl
The URL that users are redirected to after they click the Send Feedback link.
public string FeedbackUrl { get; set; }
Property Value
System.
Remarks
If no URL is specified, no Send Feedback link is displayed.
Name
The name of the stack.
public string Name { get; set; }
Property Value
System.
Remarks
RedirectUrl
The URL that users are redirected to after their streaming session ends.
public string RedirectUrl { get; set; }
Property Value
System.
Remarks
StorageConnectors
The storage connectors to enable.
public object StorageConnectors { get; set; }
Property Value
System.
Remarks
StreamingExperienceSettings
The streaming protocol that you want your stack to prefer.
public object StreamingExperienceSettings { get; set; }
Property Value
System.
Remarks
This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
Tags
UserSettings
The actions that are enabled or disabled for users during their streaming sessions.
public object UserSettings { get; set; }
Property Value
System.
Remarks
By default, these actions are enabled.