Class CfnApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationProps
@Stability(Stable)
@Internal
public static final class CfnApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationProps
An implementation for
CfnApplicationProps
-
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.kinesisanalyticsv2.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.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 theCfnApplicationProps.Builder
.
-
-
Method Details
-
getRuntimeEnvironment
Description copied from interface:CfnApplicationProps
The runtime environment for the application.- Specified by:
getRuntimeEnvironment
in interfaceCfnApplicationProps
-
getServiceExecutionRole
Description copied from interface:CfnApplicationProps
Specifies the IAM role that the application uses to access external resources.- Specified by:
getServiceExecutionRole
in interfaceCfnApplicationProps
-
getApplicationConfiguration
Description copied from interface:CfnApplicationProps
Use this parameter to configure the application.- Specified by:
getApplicationConfiguration
in interfaceCfnApplicationProps
-
getApplicationDescription
Description copied from interface:CfnApplicationProps
The description of the application.- Specified by:
getApplicationDescription
in interfaceCfnApplicationProps
-
getApplicationMaintenanceConfiguration
Description copied from interface:CfnApplicationProps
AWS::KinesisAnalyticsV2::Application.ApplicationMaintenanceConfiguration
.- Specified by:
getApplicationMaintenanceConfiguration
in interfaceCfnApplicationProps
-
getApplicationMode
Description copied from interface:CfnApplicationProps
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 interfaceCfnApplicationProps
-
getApplicationName
Description copied from interface:CfnApplicationProps
The name of the application.- Specified by:
getApplicationName
in interfaceCfnApplicationProps
-
getRunConfiguration
Description copied from interface:CfnApplicationProps
AWS::KinesisAnalyticsV2::Application.RunConfiguration
.- Specified by:
getRunConfiguration
in interfaceCfnApplicationProps
-
getTags
Description copied from interface:CfnApplicationProps
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 interfaceCfnApplicationProps
-
$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()
-