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.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()
CfnApplicationProps
getRuntimeEnvironment
in interface CfnApplicationProps
public final java.lang.String getServiceExecutionRole()
CfnApplicationProps
getServiceExecutionRole
in interface CfnApplicationProps
public final java.lang.Object getApplicationConfiguration()
CfnApplicationProps
getApplicationConfiguration
in interface CfnApplicationProps
public final java.lang.String getApplicationDescription()
CfnApplicationProps
getApplicationDescription
in interface CfnApplicationProps
public final java.lang.String getApplicationMode()
CfnApplicationProps
However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
getApplicationMode
in interface CfnApplicationProps
public final java.lang.String getApplicationName()
CfnApplicationProps
getApplicationName
in interface CfnApplicationProps
public final java.util.List<CfnTag> getTags()
CfnApplicationProps
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 CfnApplicationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()