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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2Props
CfnApplicationV2Props.Builder, CfnApplicationV2Props.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationV2Props.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationV2Props.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 theCfnApplicationV2Props.Builder.
-
-
Method Details
-
getRuntimeEnvironment
Description copied from interface:CfnApplicationV2PropsThe runtime environment for the application.- Specified by:
getRuntimeEnvironmentin interfaceCfnApplicationV2Props
-
getServiceExecutionRole
Description copied from interface:CfnApplicationV2PropsSpecifies the IAM role that the application uses to access external resources.- Specified by:
getServiceExecutionRolein interfaceCfnApplicationV2Props
-
getApplicationConfiguration
Description copied from interface:CfnApplicationV2PropsUse this parameter to configure the application.- Specified by:
getApplicationConfigurationin interfaceCfnApplicationV2Props
-
getApplicationDescription
Description copied from interface:CfnApplicationV2PropsThe description of the application.- Specified by:
getApplicationDescriptionin interfaceCfnApplicationV2Props
-
getApplicationMaintenanceConfiguration
Description copied from interface:CfnApplicationV2PropsAWS::KinesisAnalyticsV2::Application.ApplicationMaintenanceConfiguration.- Specified by:
getApplicationMaintenanceConfigurationin interfaceCfnApplicationV2Props
-
getApplicationMode
Description copied from interface:CfnApplicationV2PropsTo 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 interfaceCfnApplicationV2Props
-
getApplicationName
Description copied from interface:CfnApplicationV2PropsThe name of the application.- Specified by:
getApplicationNamein interfaceCfnApplicationV2Props
-
getRunConfiguration
Description copied from interface:CfnApplicationV2PropsAWS::KinesisAnalyticsV2::Application.RunConfiguration.- Specified by:
getRunConfigurationin interfaceCfnApplicationV2Props
-
getTags
Description copied from interface:CfnApplicationV2PropsA 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 interfaceCfnApplicationV2Props
-
$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()
-