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
  • Constructor Details

  • Method Details

    • getBucket

      public final String getBucket()
      Description copied from interface: CfnDataset.S3DestinationConfigurationProperty
      The name of the S3 bucket to which dataset contents are delivered.
      Specified by:
      getBucket in interface CfnDataset.S3DestinationConfigurationProperty
    • getKey

      public final String 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 same scheduleTime but different versionId s. This means that one dataset content overwrites the other.

      Specified by:
      getKey in interface CfnDataset.S3DestinationConfigurationProperty
    • getRoleArn

      public final String 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 interface CfnDataset.S3DestinationConfigurationProperty
    • getGlueConfiguration

      public final Object 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 interface CfnDataset.S3DestinationConfigurationProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object