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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appstream.CfnStackProps
CfnStackProps.Builder, CfnStackProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStackProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStackProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe list of virtual private cloud (VPC) interface endpoint objects.final ObjectThe persistent application settings for users of the stack.The stack attributes to delete.final ObjectThis parameter has been deprecated..final StringThe description to display.final StringThe stack name to display.The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.final StringThe URL that users are redirected to after they click the Send Feedback link.final StringgetName()The name of the stack.final StringThe URL that users are redirected to after their streaming session ends.final ObjectThe storage connectors to enable.final ObjectThe streaming protocol that you want your stack to prefer.getTags()An array of key-value pairs.final ObjectThe actions that are enabled or disabled for users during their streaming sessions.final inthashCode()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:CfnStackPropsThe 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:
getAccessEndpointsin interfaceCfnStackProps
-
getApplicationSettings
Description copied from interface:CfnStackPropsThe 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:
getApplicationSettingsin interfaceCfnStackProps
-
getAttributesToDelete
Description copied from interface:CfnStackPropsThe stack attributes to delete.- Specified by:
getAttributesToDeletein interfaceCfnStackProps
-
getDeleteStorageConnectors
Description copied from interface:CfnStackPropsThis parameter has been deprecated..Deletes the storage connectors currently enabled for the stack.
- Specified by:
getDeleteStorageConnectorsin interfaceCfnStackProps
-
getDescription
Description copied from interface:CfnStackPropsThe description to display.- Specified by:
getDescriptionin interfaceCfnStackProps
-
getDisplayName
Description copied from interface:CfnStackPropsThe stack name to display.- Specified by:
getDisplayNamein interfaceCfnStackProps
-
getEmbedHostDomains
Description copied from interface:CfnStackPropsThe 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:
getEmbedHostDomainsin interfaceCfnStackProps
-
getFeedbackUrl
Description copied from interface:CfnStackPropsThe 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:
getFeedbackUrlin interfaceCfnStackProps
-
getName
Description copied from interface:CfnStackPropsThe name of the stack.- Specified by:
getNamein interfaceCfnStackProps
-
getRedirectUrl
Description copied from interface:CfnStackPropsThe URL that users are redirected to after their streaming session ends.- Specified by:
getRedirectUrlin interfaceCfnStackProps
-
getStorageConnectors
Description copied from interface:CfnStackPropsThe storage connectors to enable.- Specified by:
getStorageConnectorsin interfaceCfnStackProps
-
getStreamingExperienceSettings
Description copied from interface:CfnStackPropsThe 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:
getStreamingExperienceSettingsin interfaceCfnStackProps
-
getTags
Description copied from interface:CfnStackPropsAn array of key-value pairs.- Specified by:
getTagsin interfaceCfnStackProps
-
getUserSettings
Description copied from interface:CfnStackPropsThe actions that are enabled or disabled for users during their streaming sessions.By default, these actions are enabled.
- Specified by:
getUserSettingsin interfaceCfnStackProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-