Class CfnDatasetPropsMixin.S3DestinationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.S3DestinationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetPropsMixin.S3DestinationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetPropsMixin.S3DestinationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDatasetPropsMixin.S3DestinationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetPropsMixin.S3DestinationConfigurationProperty
An implementation for
CfnDatasetPropsMixin.S3DestinationConfigurationProperty-
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.S3DestinationConfigurationProperty
CfnDatasetPropsMixin.S3DestinationConfigurationProperty.Builder, CfnDatasetPropsMixin.S3DestinationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDatasetPropsMixin.S3DestinationConfigurationProperty.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 ObjectThe name of the S3 bucket to which dataset contents are delivered.final ObjectConfiguration information for coordination with AWS Glue , a fully managed extract, transform and load (ETL) service.final StringgetKey()The key of the dataset contents object in an S3 bucket.final ObjectThe ARN of the role that grants ITA permission to interact with your Amazon S3 and AWS Glue resources.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.S3DestinationConfigurationProperty.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnDatasetPropsMixin.S3DestinationConfigurationPropertyThe name of the S3 bucket to which dataset contents are delivered.Returns union: either
StringorIBucketRef- Specified by:
getBucketin interfaceCfnDatasetPropsMixin.S3DestinationConfigurationProperty- See Also:
-
getGlueConfiguration
Description copied from interface:CfnDatasetPropsMixin.S3DestinationConfigurationPropertyConfiguration information for coordination with AWS Glue , a fully managed extract, transform and load (ETL) service.Returns union: either
IResolvableorCfnDatasetPropsMixin.GlueConfigurationProperty- Specified by:
getGlueConfigurationin interfaceCfnDatasetPropsMixin.S3DestinationConfigurationProperty- See Also:
-
getKey
Description copied from interface:CfnDatasetPropsMixin.S3DestinationConfigurationPropertyThe key of the dataset contents object in an S3 bucket.Each object has a key that is a unique identifier. Each object has exactly one key.
You can create a unique key with the following options:
- Use
!{iotanalytics:scheduleTime}to insert the time of a scheduled SQL query run. - Use
!{iotanalytics:versionId}to insert a unique hash that identifies a dataset content. - Use
!{iotanalytics:creationTime}to insert the creation time of a dataset content.
The following example creates a unique key for a CSV file:
dataset/mydataset/!{iotanalytics:scheduleTime}/!{iotanalytics:versionId}.csvIf you don't use
!{iotanalytics:versionId}to specify the key, you might get duplicate keys. For example, you might have two dataset contents with the samescheduleTimebut differentversionIds. This means that one dataset content overwrites the other.- Specified by:
getKeyin interfaceCfnDatasetPropsMixin.S3DestinationConfigurationProperty- See Also:
- Use
-
getRoleArn
Description copied from interface:CfnDatasetPropsMixin.S3DestinationConfigurationPropertyThe ARN of the role that grants ITA permission to interact with your Amazon S3 and AWS Glue resources.- Specified by:
getRoleArnin interfaceCfnDatasetPropsMixin.S3DestinationConfigurationProperty- 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()
-