Class CfnApplicationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnApplicationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationMixinProps
@Stability(Stable)
@Internal
public static final class CfnApplicationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationMixinProps
An implementation for
CfnApplicationMixinProps-
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.CfnApplicationMixinProps
CfnApplicationMixinProps.Builder, CfnApplicationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationMixinProps.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 StringThe app block ARN with which the application should be associated.A list of attributes to delete from an application.final StringThe description of the application.final StringThe display name of the application.final ObjectThe icon S3 location of the application.The instance families the application supports.final StringThe launch parameters of the application.final StringThe launch path of the application.final StringgetName()The name of the application.The platforms the application supports.getTags()The tags of the application.final StringThe working directory of the application.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 theCfnApplicationMixinProps.Builder.
-
-
Method Details
-
getAppBlockArn
Description copied from interface:CfnApplicationMixinPropsThe app block ARN with which the application should be associated.- Specified by:
getAppBlockArnin interfaceCfnApplicationMixinProps- See Also:
-
getAttributesToDelete
Description copied from interface:CfnApplicationMixinPropsA list of attributes to delete from an application.- Specified by:
getAttributesToDeletein interfaceCfnApplicationMixinProps- See Also:
-
getDescription
Description copied from interface:CfnApplicationMixinPropsThe description of the application.- Specified by:
getDescriptionin interfaceCfnApplicationMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnApplicationMixinPropsThe display name of the application.This name is visible to users in the application catalog.
- Specified by:
getDisplayNamein interfaceCfnApplicationMixinProps- See Also:
-
getIconS3Location
Description copied from interface:CfnApplicationMixinPropsThe icon S3 location of the application.Returns union: either
IResolvableorCfnApplicationPropsMixin.S3LocationProperty- Specified by:
getIconS3Locationin interfaceCfnApplicationMixinProps- See Also:
-
getInstanceFamilies
Description copied from interface:CfnApplicationMixinPropsThe instance families the application supports.Allowed Values :
GENERAL_PURPOSE|GRAPHICS_G4- Specified by:
getInstanceFamiliesin interfaceCfnApplicationMixinProps- See Also:
-
getLaunchParameters
Description copied from interface:CfnApplicationMixinPropsThe launch parameters of the application.- Specified by:
getLaunchParametersin interfaceCfnApplicationMixinProps- See Also:
-
getLaunchPath
Description copied from interface:CfnApplicationMixinPropsThe launch path of the application.- Specified by:
getLaunchPathin interfaceCfnApplicationMixinProps- See Also:
-
getName
Description copied from interface:CfnApplicationMixinPropsThe name of the application.This name is visible to users when a name is not specified in the DisplayName property.
Pattern :
^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$- Specified by:
getNamein interfaceCfnApplicationMixinProps- See Also:
-
getPlatforms
Description copied from interface:CfnApplicationMixinPropsThe platforms the application supports.Allowed Values :
WINDOWS_SERVER_2019|AMAZON_LINUX2- Specified by:
getPlatformsin interfaceCfnApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnApplicationMixinPropsThe tags of the application.- Specified by:
getTagsin interfaceCfnApplicationMixinProps- See Also:
-
getWorkingDirectory
Description copied from interface:CfnApplicationMixinPropsThe working directory of the application.- Specified by:
getWorkingDirectoryin interfaceCfnApplicationMixinProps- 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()
-