public static final class CfnApplicationV2Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationV2Props
CfnApplicationV2Props
CfnApplicationV2Props.Builder, CfnApplicationV2Props.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 |
getApplicationConfiguration()
Use this parameter to configure the application.
|
java.lang.String |
getApplicationDescription()
The description of the application.
|
java.lang.String |
getApplicationMode()
To create a Kinesis Data Analytics Studio notebook, you must set the mode to `INTERACTIVE` .
|
java.lang.String |
getApplicationName()
The name of the application.
|
java.lang.String |
getRuntimeEnvironment()
The runtime environment for the application.
|
java.lang.String |
getServiceExecutionRole()
Specifies the IAM role that the application uses to access external resources.
|
java.util.List<CfnTag> |
getTags()
A list of one or more tags to assign to 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 getRuntimeEnvironment()
CfnApplicationV2Props
getRuntimeEnvironment
in interface CfnApplicationV2Props
public final java.lang.String getServiceExecutionRole()
CfnApplicationV2Props
getServiceExecutionRole
in interface CfnApplicationV2Props
public final java.lang.Object getApplicationConfiguration()
CfnApplicationV2Props
getApplicationConfiguration
in interface CfnApplicationV2Props
public final java.lang.String getApplicationDescription()
CfnApplicationV2Props
getApplicationDescription
in interface CfnApplicationV2Props
public final java.lang.String getApplicationMode()
CfnApplicationV2Props
However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
getApplicationMode
in interface CfnApplicationV2Props
public final java.lang.String getApplicationName()
CfnApplicationV2Props
getApplicationName
in interface CfnApplicationV2Props
public final java.util.List<CfnTag> getTags()
CfnApplicationV2Props
A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
getTags
in interface CfnApplicationV2Props
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()