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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectUse this parameter to configure the application.final StringThe description of the application.final ObjectAWS::KinesisAnalyticsV2::Application.ApplicationMaintenanceConfiguration.final StringTo create a Kinesis Data Analytics Studio notebook, you must set the mode toINTERACTIVE.final StringThe name of the application.final ObjectAWS::KinesisAnalyticsV2::Application.RunConfiguration.final StringThe runtime environment for the application.final StringSpecifies 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 inthashCode()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:CfnApplicationPropsThe runtime environment for the application.- Specified by:
getRuntimeEnvironmentin interfaceCfnApplicationProps
-
getServiceExecutionRole
Description copied from interface:CfnApplicationPropsSpecifies the IAM role that the application uses to access external resources.- Specified by:
getServiceExecutionRolein interfaceCfnApplicationProps
-
getApplicationConfiguration
Description copied from interface:CfnApplicationPropsUse this parameter to configure the application.- Specified by:
getApplicationConfigurationin interfaceCfnApplicationProps
-
getApplicationDescription
Description copied from interface:CfnApplicationPropsThe description of the application.- Specified by:
getApplicationDescriptionin interfaceCfnApplicationProps
-
getApplicationMaintenanceConfiguration
Description copied from interface:CfnApplicationPropsAWS::KinesisAnalyticsV2::Application.ApplicationMaintenanceConfiguration.- Specified by:
getApplicationMaintenanceConfigurationin interfaceCfnApplicationProps
-
getApplicationMode
Description copied from interface:CfnApplicationPropsTo 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:
getApplicationModein interfaceCfnApplicationProps
-
getApplicationName
Description copied from interface:CfnApplicationPropsThe name of the application.- Specified by:
getApplicationNamein interfaceCfnApplicationProps
-
getRunConfiguration
Description copied from interface:CfnApplicationPropsAWS::KinesisAnalyticsV2::Application.RunConfiguration.- Specified by:
getRunConfigurationin interfaceCfnApplicationProps
-
getTags
Description copied from interface:CfnApplicationPropsA 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:
getTagsin interfaceCfnApplicationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-