Class CfnDataset.ActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotanalytics.CfnDataset.ActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataset.ActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataset.ActionProperty
@Stability(Stable)
@Internal
public static final class CfnDataset.ActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataset.ActionProperty
An implementation for
CfnDataset.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.services.iotanalytics.CfnDataset.ActionProperty
CfnDataset.ActionProperty.Builder, CfnDataset.ActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataset.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 theCfnDataset.ActionProperty.Builder.
-
-
Method Details
-
getActionName
Description copied from interface:CfnDataset.ActionPropertyThe name of the data set action by which data set contents are automatically created.- Specified by:
getActionNamein interfaceCfnDataset.ActionProperty- See Also:
-
getContainerAction
Description copied from interface:CfnDataset.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
IResolvableorCfnDataset.ContainerActionProperty- Specified by:
getContainerActionin interfaceCfnDataset.ActionProperty- See Also:
-
getQueryAction
Description copied from interface:CfnDataset.ActionPropertyAn "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.Returns union: either
IResolvableorCfnDataset.QueryActionProperty- Specified by:
getQueryActionin interfaceCfnDataset.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()
-