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
Describes the maintenance configuration for the application.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
Describes the starting parameters for an Managed Service for Apache Flink application.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
- See Also:
-
getServiceExecutionRole
Description copied from interface:CfnApplicationProps
Specifies the IAM role that the application uses to access external resources.- Specified by:
getServiceExecutionRole
in interfaceCfnApplicationProps
- See Also:
-
getApplicationConfiguration
Description copied from interface:CfnApplicationProps
Use this parameter to configure the application.- Specified by:
getApplicationConfiguration
in interfaceCfnApplicationProps
- See Also:
-
getApplicationDescription
Description copied from interface:CfnApplicationProps
The description of the application.Default: - ""
- Specified by:
getApplicationDescription
in interfaceCfnApplicationProps
- See Also:
-
getApplicationMaintenanceConfiguration
Description copied from interface:CfnApplicationProps
Describes the maintenance configuration for the application.- Specified by:
getApplicationMaintenanceConfiguration
in interfaceCfnApplicationProps
- See Also:
-
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
- See Also:
-
getApplicationName
Description copied from interface:CfnApplicationProps
The name of the application.- Specified by:
getApplicationName
in interfaceCfnApplicationProps
- See Also:
-
getRunConfiguration
Description copied from interface:CfnApplicationProps
Describes the starting parameters for an Managed Service for Apache Flink application.- Specified by:
getRunConfiguration
in interfaceCfnApplicationProps
- See Also:
-
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
- See Also:
-
$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()
-