@Stability(value=Stable) @Internal public static final class CfnApplicationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationProps
CfnApplicationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApplicationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApplicationProps.Builder. |
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(Object o) |
Object |
getApplicationConfiguration()
Use this parameter to configure the application.
|
String |
getApplicationDescription()
The description of the application.
|
Object |
getApplicationMaintenanceConfiguration()
`AWS::KinesisAnalyticsV2::Application.ApplicationMaintenanceConfiguration`.
|
String |
getApplicationMode()
To create a Kinesis Data Analytics Studio notebook, you must set the mode to `INTERACTIVE` .
|
String |
getApplicationName()
The name of the application.
|
Object |
getRunConfiguration()
`AWS::KinesisAnalyticsV2::Application.RunConfiguration`.
|
String |
getRuntimeEnvironment()
The runtime environment for the application.
|
String |
getServiceExecutionRole()
Specifies the IAM role that the application uses to access external resources.
|
List<CfnTag> |
getTags()
A list of one or more tags to assign to the application.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnApplicationProps.Builder builder)
CfnApplicationProps.Builder.public final String getRuntimeEnvironment()
CfnApplicationPropsgetRuntimeEnvironment in interface CfnApplicationPropspublic final String getServiceExecutionRole()
CfnApplicationPropsgetServiceExecutionRole in interface CfnApplicationPropspublic final Object getApplicationConfiguration()
CfnApplicationPropsgetApplicationConfiguration in interface CfnApplicationPropspublic final String getApplicationDescription()
CfnApplicationPropsgetApplicationDescription in interface CfnApplicationPropspublic final Object getApplicationMaintenanceConfiguration()
CfnApplicationPropsgetApplicationMaintenanceConfiguration in interface CfnApplicationPropspublic final String getApplicationMode()
CfnApplicationPropsHowever, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
getApplicationMode in interface CfnApplicationPropspublic final String getApplicationName()
CfnApplicationPropsgetApplicationName in interface CfnApplicationPropspublic final Object getRunConfiguration()
CfnApplicationPropsgetRunConfiguration in interface CfnApplicationPropspublic final List<CfnTag> getTags()
CfnApplicationPropsA 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.