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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotanalytics.CfnDataset.S3DestinationConfigurationProperty
CfnDataset.S3DestinationConfigurationProperty.Builder, CfnDataset.S3DestinationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataset.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 StringThe 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 StringThe ARN of the role that grants AWS IoT Analytics 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 theCfnDataset.S3DestinationConfigurationProperty.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnDataset.S3DestinationConfigurationPropertyThe name of the S3 bucket to which dataset contents are delivered.- Specified by:
getBucketin interfaceCfnDataset.S3DestinationConfigurationProperty- See Also:
-
getKey
Description copied from interface:CfnDataset.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 interfaceCfnDataset.S3DestinationConfigurationProperty- See Also:
- Use
-
getRoleArn
Description copied from interface:CfnDataset.S3DestinationConfigurationPropertyThe ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.- Specified by:
getRoleArnin interfaceCfnDataset.S3DestinationConfigurationProperty- See Also:
-
getGlueConfiguration
Description copied from interface:CfnDataset.S3DestinationConfigurationPropertyConfiguration information for coordination with AWS Glue , a fully managed extract, transform and load (ETL) service.Returns union: either
IResolvableorCfnDataset.GlueConfigurationProperty- Specified by:
getGlueConfigurationin interfaceCfnDataset.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()
-