public static final class CfnStackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackProps
CfnStackProps
CfnStackProps.Builder, CfnStackProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAccessEndpoints()
The list of virtual private cloud (VPC) interface endpoint objects.
|
java.lang.Object |
getApplicationSettings()
The persistent application settings for users of the stack.
|
java.util.List<java.lang.String> |
getAttributesToDelete()
The stack attributes to delete.
|
java.lang.Object |
getDeleteStorageConnectors()
*This parameter has been deprecated.*.
|
java.lang.String |
getDescription()
The description to display.
|
java.lang.String |
getDisplayName()
The stack name to display.
|
java.util.List<java.lang.String> |
getEmbedHostDomains()
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
java.lang.String |
getFeedbackUrl()
The URL that users are redirected to after they click the Send Feedback link.
|
java.lang.String |
getName()
The name of the stack.
|
java.lang.String |
getRedirectUrl()
The URL that users are redirected to after their streaming session ends.
|
java.lang.Object |
getStorageConnectors()
The storage connectors to enable.
|
java.lang.Object |
getStreamingExperienceSettings()
The streaming protocol that you want your stack to prefer.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs.
|
java.lang.Object |
getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAccessEndpoints()
CfnStackProps
Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
getAccessEndpoints
in interface CfnStackProps
public final java.lang.Object getApplicationSettings()
CfnStackProps
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.
getApplicationSettings
in interface CfnStackProps
public final java.util.List<java.lang.String> getAttributesToDelete()
CfnStackProps
getAttributesToDelete
in interface CfnStackProps
public final java.lang.Object getDeleteStorageConnectors()
CfnStackProps
Deletes the storage connectors currently enabled for the stack.
getDeleteStorageConnectors
in interface CfnStackProps
public final java.lang.String getDescription()
CfnStackProps
getDescription
in interface CfnStackProps
public final java.lang.String getDisplayName()
CfnStackProps
getDisplayName
in interface CfnStackProps
public final java.util.List<java.lang.String> getEmbedHostDomains()
CfnStackProps
getEmbedHostDomains
in interface CfnStackProps
public final java.lang.String getFeedbackUrl()
CfnStackProps
If no URL is specified, no Send Feedback link is displayed.
getFeedbackUrl
in interface CfnStackProps
public final java.lang.String getName()
CfnStackProps
getName
in interface CfnStackProps
public final java.lang.String getRedirectUrl()
CfnStackProps
getRedirectUrl
in interface CfnStackProps
public final java.lang.Object getStorageConnectors()
CfnStackProps
getStorageConnectors
in interface CfnStackProps
public final java.lang.Object getStreamingExperienceSettings()
CfnStackProps
This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
getStreamingExperienceSettings
in interface CfnStackProps
public final java.util.List<CfnTag> getTags()
CfnStackProps
getTags
in interface CfnStackProps
public final java.lang.Object getUserSettings()
CfnStackProps
By default, these actions are enabled.
getUserSettings
in interface CfnStackProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()