Class CfnApplicationV2Props.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2Props.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationV2Props
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationV2Props
@Stability(Stable)
@Internal
public static final class CfnApplicationV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationV2Props
An implementation for
CfnApplicationV2Props
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2Props
CfnApplicationV2Props.Builder, CfnApplicationV2Props.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApplicationV2Props.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationV2Props.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Use this parameter to configure the application.final String
The description of the application.final Object
AWS::KinesisAnalyticsV2::Application.ApplicationMaintenanceConfiguration
.final String
To create a Kinesis Data Analytics Studio notebook, you must set the mode toINTERACTIVE
.final String
The name of the application.final Object
AWS::KinesisAnalyticsV2::Application.RunConfiguration
.final String
The runtime environment for the application.final String
Specifies the IAM role that the application uses to access external resources.getTags()
A list of one or more tags to assign to the application.final int
hashCode()
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 theCfnApplicationV2Props.Builder
.
-
-
Method Details
-
getRuntimeEnvironment
Description copied from interface:CfnApplicationV2Props
The runtime environment for the application.- Specified by:
getRuntimeEnvironment
in interfaceCfnApplicationV2Props
-
getServiceExecutionRole
Description copied from interface:CfnApplicationV2Props
Specifies the IAM role that the application uses to access external resources.- Specified by:
getServiceExecutionRole
in interfaceCfnApplicationV2Props
-
getApplicationConfiguration
Description copied from interface:CfnApplicationV2Props
Use this parameter to configure the application.- Specified by:
getApplicationConfiguration
in interfaceCfnApplicationV2Props
-
getApplicationDescription
Description copied from interface:CfnApplicationV2Props
The description of the application.- Specified by:
getApplicationDescription
in interfaceCfnApplicationV2Props
-
getApplicationMaintenanceConfiguration
Description copied from interface:CfnApplicationV2Props
AWS::KinesisAnalyticsV2::Application.ApplicationMaintenanceConfiguration
.- Specified by:
getApplicationMaintenanceConfiguration
in interfaceCfnApplicationV2Props
-
getApplicationMode
Description copied from interface:CfnApplicationV2Props
To create a Kinesis Data Analytics Studio notebook, you must set the mode toINTERACTIVE
.However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
- Specified by:
getApplicationMode
in interfaceCfnApplicationV2Props
-
getApplicationName
Description copied from interface:CfnApplicationV2Props
The name of the application.- Specified by:
getApplicationName
in interfaceCfnApplicationV2Props
-
getRunConfiguration
Description copied from interface:CfnApplicationV2Props
AWS::KinesisAnalyticsV2::Application.RunConfiguration
.- Specified by:
getRunConfiguration
in interfaceCfnApplicationV2Props
-
getTags
Description copied from interface:CfnApplicationV2Props
A list of one or more tags to assign to the application.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.
- Specified by:
getTags
in interfaceCfnApplicationV2Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-