Class CfnDatasetPropsMixin.ActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.ActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetPropsMixin.ActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetPropsMixin.ActionProperty
@Stability(Stable)
@Internal
public static final class CfnDatasetPropsMixin.ActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetPropsMixin.ActionProperty
An implementation for
CfnDatasetPropsMixin.ActionProperty-
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.iotanalytics.CfnDatasetPropsMixin.ActionProperty
CfnDatasetPropsMixin.ActionProperty.Builder, CfnDatasetPropsMixin.ActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDatasetPropsMixin.ActionProperty.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 StringThe name of the data set action by which data set contents are automatically created.final ObjectInformation which allows the system to run a containerized application in order to create the data set contents.final ObjectAn "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.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 theCfnDatasetPropsMixin.ActionProperty.Builder.
-
-
Method Details
-
getActionName
Description copied from interface:CfnDatasetPropsMixin.ActionPropertyThe name of the data set action by which data set contents are automatically created.- Specified by:
getActionNamein interfaceCfnDatasetPropsMixin.ActionProperty- See Also:
-
getContainerAction
Description copied from interface:CfnDatasetPropsMixin.ActionPropertyInformation which allows the system to run a containerized application in order to create the data set contents.The application must be in a Docker container along with any needed support libraries.
Returns union: either
IResolvableorCfnDatasetPropsMixin.ContainerActionProperty- Specified by:
getContainerActionin interfaceCfnDatasetPropsMixin.ActionProperty- See Also:
-
getQueryAction
Description copied from interface:CfnDatasetPropsMixin.ActionPropertyAn "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.Returns union: either
IResolvableorCfnDatasetPropsMixin.QueryActionProperty- Specified by:
getQueryActionin interfaceCfnDatasetPropsMixin.ActionProperty- 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()
-