Class CfnStackMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStackMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackMixinProps
CfnStackMixinProps-
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.cfnpropertymixins.services.appstream.CfnStackMixinProps
CfnStackMixinProps.Builder, CfnStackMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStackMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStackMixinProps.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 WorkSpaces Applications 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 theCfnStackMixinProps.Builder.
-
-
Method Details
-
getAccessEndpoints
Description copied from interface:CfnStackMixinPropsThe list of virtual private cloud (VPC) interface endpoint objects.Users of the stack can connect to WorkSpaces Applications only through the specified endpoints.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStackPropsMixin.AccessEndpointProperty>- Specified by:
getAccessEndpointsin interfaceCfnStackMixinProps- See Also:
-
getApplicationSettings
Description copied from interface:CfnStackMixinPropsThe 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.
Returns union: either
IResolvableorCfnStackPropsMixin.ApplicationSettingsProperty- Specified by:
getApplicationSettingsin interfaceCfnStackMixinProps- See Also:
-
getAttributesToDelete
Description copied from interface:CfnStackMixinPropsThe stack attributes to delete.- Specified by:
getAttributesToDeletein interfaceCfnStackMixinProps- See Also:
-
getDeleteStorageConnectors
Description copied from interface:CfnStackMixinPropsThis parameter has been deprecated..Deletes the storage connectors currently enabled for the stack.
Returns union: either
BooleanorIResolvable- Specified by:
getDeleteStorageConnectorsin interfaceCfnStackMixinProps- See Also:
-
getDescription
Description copied from interface:CfnStackMixinPropsThe description to display.- Specified by:
getDescriptionin interfaceCfnStackMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnStackMixinPropsThe stack name to display.- Specified by:
getDisplayNamein interfaceCfnStackMixinProps- See Also:
-
getEmbedHostDomains
Description copied from interface:CfnStackMixinPropsThe domains where WorkSpaces Applications streaming sessions can be embedded in an iframe.You must approve the domains that you want to host embedded WorkSpaces Applications streaming sessions.
- Specified by:
getEmbedHostDomainsin interfaceCfnStackMixinProps- See Also:
-
getFeedbackUrl
Description copied from interface:CfnStackMixinPropsThe 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 interfaceCfnStackMixinProps- See Also:
-
getName
Description copied from interface:CfnStackMixinPropsThe name of the stack.- Specified by:
getNamein interfaceCfnStackMixinProps- See Also:
-
getRedirectUrl
Description copied from interface:CfnStackMixinPropsThe URL that users are redirected to after their streaming session ends.- Specified by:
getRedirectUrlin interfaceCfnStackMixinProps- See Also:
-
getStorageConnectors
Description copied from interface:CfnStackMixinPropsThe storage connectors to enable.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStackPropsMixin.StorageConnectorProperty>- Specified by:
getStorageConnectorsin interfaceCfnStackMixinProps- See Also:
-
getStreamingExperienceSettings
Description copied from interface:CfnStackMixinPropsThe 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.
Returns union: either
IResolvableorCfnStackPropsMixin.StreamingExperienceSettingsProperty- Specified by:
getStreamingExperienceSettingsin interfaceCfnStackMixinProps- See Also:
-
getTags
Description copied from interface:CfnStackMixinPropsAn array of key-value pairs.- Specified by:
getTagsin interfaceCfnStackMixinProps- See Also:
-
getUserSettings
Description copied from interface:CfnStackMixinPropsThe actions that are enabled or disabled for users during their streaming sessions.By default, these actions are enabled.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStackPropsMixin.UserSettingProperty>- Specified by:
getUserSettingsin interfaceCfnStackMixinProps- See Also:
-
$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()
-