Class CfnApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appstream.CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationProps
@Stability(Stable)
@Internal
public static final class CfnApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationProps
An implementation for
CfnApplicationProps-
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.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.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 theCfnApplicationProps.Builder.
-
-
Method Details
-
getAppBlockArn
Description copied from interface:CfnApplicationPropsThe app block ARN with which the application should be associated.- Specified by:
getAppBlockArnin interfaceCfnApplicationProps- See Also:
-
getIconS3Location
Description copied from interface:CfnApplicationPropsThe icon S3 location of the application.Returns union: either
IResolvableorCfnApplication.S3LocationProperty- Specified by:
getIconS3Locationin interfaceCfnApplicationProps- See Also:
-
getInstanceFamilies
Description copied from interface:CfnApplicationPropsThe instance families the application supports.Allowed Values :
GENERAL_PURPOSE|GRAPHICS_G4- Specified by:
getInstanceFamiliesin interfaceCfnApplicationProps- See Also:
-
getLaunchPath
Description copied from interface:CfnApplicationPropsThe launch path of the application.- Specified by:
getLaunchPathin interfaceCfnApplicationProps- See Also:
-
getName
Description copied from interface:CfnApplicationPropsThe 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 interfaceCfnApplicationProps- See Also:
-
getPlatforms
Description copied from interface:CfnApplicationPropsThe platforms the application supports.Allowed Values :
WINDOWS_SERVER_2019|AMAZON_LINUX2- Specified by:
getPlatformsin interfaceCfnApplicationProps- See Also:
-
getAttributesToDelete
Description copied from interface:CfnApplicationPropsA list of attributes to delete from an application.- Specified by:
getAttributesToDeletein interfaceCfnApplicationProps- See Also:
-
getDescription
Description copied from interface:CfnApplicationPropsThe description of the application.- Specified by:
getDescriptionin interfaceCfnApplicationProps- See Also:
-
getDisplayName
Description copied from interface:CfnApplicationPropsThe display name of the application.This name is visible to users in the application catalog.
- Specified by:
getDisplayNamein interfaceCfnApplicationProps- See Also:
-
getLaunchParameters
Description copied from interface:CfnApplicationPropsThe launch parameters of the application.- Specified by:
getLaunchParametersin interfaceCfnApplicationProps- See Also:
-
getTags
Description copied from interface:CfnApplicationPropsThe tags of the application.- Specified by:
getTagsin interfaceCfnApplicationProps- See Also:
-
getWorkingDirectory
Description copied from interface:CfnApplicationPropsThe working directory of the application.- Specified by:
getWorkingDirectoryin interfaceCfnApplicationProps- 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()
-