@Stability(value=Stable) @Internal public static final class CfnDataset.S3DestinationConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataset.S3DestinationConfigurationProperty
CfnDataset.S3DestinationConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataset.S3DestinationConfigurationProperty.Builder, CfnDataset.S3DestinationConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataset.S3DestinationConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataset.ActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBucket()
The name of the S3 bucket to which dataset contents are delivered.
|
Object |
getGlueConfiguration()
Configuration information for coordination with AWS Glue , a fully managed extract, transform and load (ETL) service.
|
String |
getKey()
The key of the dataset contents object in an S3 bucket.
|
String |
getRoleArn()
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataset.S3DestinationConfigurationProperty.Builder builder)
CfnDataset.ActionProperty.Builder.public final String getBucket()
CfnDataset.S3DestinationConfigurationPropertygetBucket in interface CfnDataset.S3DestinationConfigurationPropertypublic final String getKey()
CfnDataset.S3DestinationConfigurationPropertyEach 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:
!{iotanalytics:scheduleTime} to insert the time of a scheduled SQL query run.!{iotanalytics:versionId} to insert a unique hash that identifies a dataset content.!{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 samescheduleTimebut differentversionIds. This means that one dataset content overwrites the other.
getKey in interface CfnDataset.S3DestinationConfigurationPropertypublic final String getRoleArn()
CfnDataset.S3DestinationConfigurationPropertygetRoleArn in interface CfnDataset.S3DestinationConfigurationPropertypublic final Object getGlueConfiguration()
CfnDataset.S3DestinationConfigurationPropertygetGlueConfiguration in interface CfnDataset.S3DestinationConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.