public static final class CfnApplicationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationProps
CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.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.String |
getAppBlockArn()
The app block ARN with which the application should be associated.
|
java.util.List<java.lang.String> |
getAttributesToDelete()
A list of attributes to delete from an application.
|
java.lang.String |
getDescription()
The description of the application.
|
java.lang.String |
getDisplayName()
The display name of the application.
|
java.lang.Object |
getIconS3Location()
The icon S3 location of the application.
|
java.util.List<java.lang.String> |
getInstanceFamilies()
The instance families the application supports.
|
java.lang.String |
getLaunchParameters()
The launch parameters of the application.
|
java.lang.String |
getLaunchPath()
The launch path of the application.
|
java.lang.String |
getName()
The name of the application.
|
java.util.List<java.lang.String> |
getPlatforms()
The platforms the application supports.
|
java.util.List<CfnTag> |
getTags()
The tags of the application.
|
java.lang.String |
getWorkingDirectory()
The working directory of the application.
|
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.String getAppBlockArn()
CfnApplicationProps
getAppBlockArn
in interface CfnApplicationProps
public final java.lang.Object getIconS3Location()
CfnApplicationProps
getIconS3Location
in interface CfnApplicationProps
public final java.util.List<java.lang.String> getInstanceFamilies()
CfnApplicationProps
Allowed Values : GENERAL_PURPOSE
| GRAPHICS_G4
getInstanceFamilies
in interface CfnApplicationProps
public final java.lang.String getLaunchPath()
CfnApplicationProps
getLaunchPath
in interface CfnApplicationProps
public final java.lang.String getName()
CfnApplicationProps
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}$
getName
in interface CfnApplicationProps
public final java.util.List<java.lang.String> getPlatforms()
CfnApplicationProps
Allowed Values : WINDOWS_SERVER_2019
| AMAZON_LINUX2
getPlatforms
in interface CfnApplicationProps
public final java.util.List<java.lang.String> getAttributesToDelete()
CfnApplicationProps
getAttributesToDelete
in interface CfnApplicationProps
public final java.lang.String getDescription()
CfnApplicationProps
getDescription
in interface CfnApplicationProps
public final java.lang.String getDisplayName()
CfnApplicationProps
This name is visible to users in the application catalog.
getDisplayName
in interface CfnApplicationProps
public final java.lang.String getLaunchParameters()
CfnApplicationProps
getLaunchParameters
in interface CfnApplicationProps
public final java.util.List<CfnTag> getTags()
CfnApplicationProps
getTags
in interface CfnApplicationProps
public final java.lang.String getWorkingDirectory()
CfnApplicationProps
getWorkingDirectory
in interface CfnApplicationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()