Class CfnStackProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appstream.CfnStackProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStackProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackProps
@Stability(Stable)
@Internal
public static final class CfnStackProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackProps
An implementation for
CfnStackProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appstream.CfnStackProps
CfnStackProps.Builder, CfnStackProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnStackProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStackProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The list of virtual private cloud (VPC) interface endpoint objects.final Object
The persistent application settings for users of the stack.The stack attributes to delete.final Object
This parameter has been deprecated..final String
The description to display.final String
The stack name to display.The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.final String
The URL that users are redirected to after they click the Send Feedback link.final String
getName()
The name of the stack.final String
The URL that users are redirected to after their streaming session ends.final Object
The storage connectors to enable.final Object
The streaming protocol that you want your stack to prefer.getTags()
An array of key-value pairs.final Object
The actions that are enabled or disabled for users during their streaming sessions.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStackProps.Builder
.
-
-
Method Details
-
getAccessEndpoints
Description copied from interface:CfnStackProps
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.
- Specified by:
getAccessEndpoints
in interfaceCfnStackProps
-
getApplicationSettings
Description copied from interface:CfnStackProps
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.
- Specified by:
getApplicationSettings
in interfaceCfnStackProps
-
getAttributesToDelete
Description copied from interface:CfnStackProps
The stack attributes to delete.- Specified by:
getAttributesToDelete
in interfaceCfnStackProps
-
getDeleteStorageConnectors
Description copied from interface:CfnStackProps
This parameter has been deprecated..Deletes the storage connectors currently enabled for the stack.
- Specified by:
getDeleteStorageConnectors
in interfaceCfnStackProps
-
getDescription
Description copied from interface:CfnStackProps
The description to display.- Specified by:
getDescription
in interfaceCfnStackProps
-
getDisplayName
Description copied from interface:CfnStackProps
The stack name to display.- Specified by:
getDisplayName
in interfaceCfnStackProps
-
getEmbedHostDomains
Description copied from interface:CfnStackProps
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.- Specified by:
getEmbedHostDomains
in interfaceCfnStackProps
-
getFeedbackUrl
Description copied from interface:CfnStackProps
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.
- Specified by:
getFeedbackUrl
in interfaceCfnStackProps
-
getName
Description copied from interface:CfnStackProps
The name of the stack.- Specified by:
getName
in interfaceCfnStackProps
-
getRedirectUrl
Description copied from interface:CfnStackProps
The URL that users are redirected to after their streaming session ends.- Specified by:
getRedirectUrl
in interfaceCfnStackProps
-
getStorageConnectors
Description copied from interface:CfnStackProps
The storage connectors to enable.- Specified by:
getStorageConnectors
in interfaceCfnStackProps
-
getStreamingExperienceSettings
Description copied from interface:CfnStackProps
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.
- Specified by:
getStreamingExperienceSettings
in interfaceCfnStackProps
-
getTags
Description copied from interface:CfnStackProps
An array of key-value pairs.- Specified by:
getTags
in interfaceCfnStackProps
-
getUserSettings
Description copied from interface:CfnStackProps
The actions that are enabled or disabled for users during their streaming sessions.By default, these actions are enabled.
- Specified by:
getUserSettings
in interfaceCfnStackProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-