Class CfnDataset.S3DestinationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotanalytics.CfnDataset.S3DestinationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataset.S3DestinationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataset.S3DestinationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataset.S3DestinationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataset.S3DestinationConfigurationProperty
An implementation for
CfnDataset.S3DestinationConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotanalytics.CfnDataset.S3DestinationConfigurationProperty
CfnDataset.S3DestinationConfigurationProperty.Builder, CfnDataset.S3DestinationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataset.S3DestinationConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the S3 bucket to which dataset contents are delivered.final Object
Configuration information for coordination with AWS Glue , a fully managed extract, transform and load (ETL) service.final String
getKey()
The key of the dataset contents object in an S3 bucket.final String
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.final int
hashCode()
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.S3DestinationConfigurationProperty.Builder
.
-
-
Method Details
-
getBucket
Description copied from interface:CfnDataset.S3DestinationConfigurationProperty
The name of the S3 bucket to which dataset contents are delivered.- Specified by:
getBucket
in interfaceCfnDataset.S3DestinationConfigurationProperty
- See Also:
-
getKey
Description copied from interface:CfnDataset.S3DestinationConfigurationProperty
The 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}.csv
If 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 samescheduleTime
but differentversionId
s. This means that one dataset content overwrites the other.- Specified by:
getKey
in interfaceCfnDataset.S3DestinationConfigurationProperty
- See Also:
- Use
-
getRoleArn
Description copied from interface:CfnDataset.S3DestinationConfigurationProperty
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.- Specified by:
getRoleArn
in interfaceCfnDataset.S3DestinationConfigurationProperty
- See Also:
-
getGlueConfiguration
Description copied from interface:CfnDataset.S3DestinationConfigurationProperty
Configuration information for coordination with AWS Glue , a fully managed extract, transform and load (ETL) service.- Specified by:
getGlueConfiguration
in interfaceCfnDataset.S3DestinationConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-