| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationConfiguration |
S3DestinationConfiguration.clone() |
S3DestinationConfiguration |
DatasetContentDeliveryDestination.getS3DestinationConfiguration()
Configuration information for delivery of dataset contents to Amazon S3.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withBucket(String bucket)
The name of the S3 bucket to which dataset contents are delivered.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withGlueConfiguration(GlueConfiguration glueConfiguration)
Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withKey(String key)
The key of the dataset contents object in an S3 bucket.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withRoleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 and Glue resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetContentDeliveryDestination.setS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
|
DatasetContentDeliveryDestination |
DatasetContentDeliveryDestination.withS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
|
Copyright © 2024. All rights reserved.