Class CfnApplicationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationMixinProps
@Stability(Stable)
@Internal
public static final class CfnApplicationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationMixinProps
An implementation for
CfnApplicationMixinProps-
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.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationMixinProps
CfnApplicationMixinProps.Builder, CfnApplicationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationMixinProps.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 ObjectSpecifies the maintenance window parameters for a Kinesis Data Analytics application.final StringTo create a Kinesis Data Analytics Studio notebook, you must set the mode toINTERACTIVE.final StringThe name of the application.final ObjectDescribes the starting parameters for an Managed Service for Apache Flink application.final StringThe runtime environment for the application.final ObjectSpecifies 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 theCfnApplicationMixinProps.Builder.
-
-
Method Details
-
getApplicationConfiguration
Description copied from interface:CfnApplicationMixinPropsUse this parameter to configure the application.Returns union: either
IResolvableorCfnApplicationPropsMixin.ApplicationConfigurationProperty- Specified by:
getApplicationConfigurationin interfaceCfnApplicationMixinProps- See Also:
-
getApplicationDescription
Description copied from interface:CfnApplicationMixinPropsThe description of the application.Default: - ""
- Specified by:
getApplicationDescriptionin interfaceCfnApplicationMixinProps- See Also:
-
getApplicationMaintenanceConfiguration
Description copied from interface:CfnApplicationMixinPropsSpecifies the maintenance window parameters for a Kinesis Data Analytics application.Returns union: either
IResolvableorCfnApplicationPropsMixin.ApplicationMaintenanceConfigurationProperty- Specified by:
getApplicationMaintenanceConfigurationin interfaceCfnApplicationMixinProps- See Also:
-
getApplicationMode
Description copied from interface:CfnApplicationMixinPropsTo 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 interfaceCfnApplicationMixinProps- See Also:
-
getApplicationName
Description copied from interface:CfnApplicationMixinPropsThe name of the application.- Specified by:
getApplicationNamein interfaceCfnApplicationMixinProps- See Also:
-
getRunConfiguration
Description copied from interface:CfnApplicationMixinPropsDescribes the starting parameters for an Managed Service for Apache Flink application.Returns union: either
IResolvableorCfnApplicationPropsMixin.RunConfigurationProperty- Specified by:
getRunConfigurationin interfaceCfnApplicationMixinProps- See Also:
-
getRuntimeEnvironment
Description copied from interface:CfnApplicationMixinPropsThe runtime environment for the application.- Specified by:
getRuntimeEnvironmentin interfaceCfnApplicationMixinProps- See Also:
-
getServiceExecutionRole
Description copied from interface:CfnApplicationMixinPropsSpecifies the IAM role that the application uses to access external resources.- Specified by:
getServiceExecutionRolein interfaceCfnApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnApplicationMixinPropsA 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 interfaceCfnApplicationMixinProps- See Also:
-
$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()
-