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(Deprecated)
@Deprecated
@Internal
public static final class CfnApplicationV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationV2Props
Deprecated.
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) Deprecated.Constructor that initializes the object based on literal property values passed by theCfnApplicationV2Props.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final ObjectDeprecated.(deprecated) Use this parameter to configure the application.final StringDeprecated.(deprecated) The description of the application.final ObjectDeprecated.(deprecated) Specifies the maintenance window parameters for a Kinesis Data Analytics application.final StringDeprecated.(deprecated) To create a Kinesis Data Analytics Studio notebook, you must set the mode toINTERACTIVE.final StringDeprecated.(deprecated) The name of the application.final ObjectDeprecated.(deprecated) Describes the starting parameters for an Managed Service for Apache Flink application.final StringDeprecated.(deprecated) The runtime environment for the application.final StringDeprecated.(deprecated) Specifies the IAM role that the application uses to access external resources.getTags()Deprecated.(deprecated) A list of one or more tags to assign to the application.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theCfnApplicationV2Props.Builder.
-
-
Method Details
-
getRuntimeEnvironment
Deprecated.Description copied from interface:CfnApplicationV2Props(deprecated) The runtime environment for the application.- Specified by:
getRuntimeEnvironmentin interfaceCfnApplicationV2Props- See Also:
-
getServiceExecutionRole
Deprecated.Description copied from interface:CfnApplicationV2Props(deprecated) Specifies the IAM role that the application uses to access external resources.- Specified by:
getServiceExecutionRolein interfaceCfnApplicationV2Props- See Also:
-
getApplicationConfiguration
Deprecated.Description copied from interface:CfnApplicationV2Props(deprecated) Use this parameter to configure the application.Returns union: either
IResolvableorCfnApplicationV2.ApplicationConfigurationProperty- Specified by:
getApplicationConfigurationin interfaceCfnApplicationV2Props- See Also:
-
getApplicationDescription
Deprecated.Description copied from interface:CfnApplicationV2Props(deprecated) The description of the application.Default: - ""
- Specified by:
getApplicationDescriptionin interfaceCfnApplicationV2Props- See Also:
-
getApplicationMaintenanceConfiguration
Deprecated.Description copied from interface:CfnApplicationV2Props(deprecated) Specifies the maintenance window parameters for a Kinesis Data Analytics application.Returns union: either
IResolvableorCfnApplicationV2.ApplicationMaintenanceConfigurationProperty- Specified by:
getApplicationMaintenanceConfigurationin interfaceCfnApplicationV2Props- See Also:
-
getApplicationMode
Deprecated.Description copied from interface:CfnApplicationV2Props(deprecated) 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:
getApplicationModein interfaceCfnApplicationV2Props- See Also:
-
getApplicationName
Deprecated.Description copied from interface:CfnApplicationV2Props(deprecated) The name of the application.- Specified by:
getApplicationNamein interfaceCfnApplicationV2Props- See Also:
-
getRunConfiguration
Deprecated.Description copied from interface:CfnApplicationV2Props(deprecated) Describes the starting parameters for an Managed Service for Apache Flink application.Returns union: either
IResolvableorCfnApplicationV2.RunConfigurationProperty- Specified by:
getRunConfigurationin interfaceCfnApplicationV2Props- See Also:
-
getTags
Deprecated.Description copied from interface:CfnApplicationV2Props(deprecated) 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:
getTagsin interfaceCfnApplicationV2Props- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-