You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::CustomerManagedDatastoreS3Storage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CustomerManagedDatastoreS3Storage as input to an Aws::Client method, you can use a vanilla Hash:

{
  bucket: "BucketName", # required
  key_prefix: "S3KeyPrefix",
  role_arn: "RoleArn", # required
}

Use this to store data store data in an S3 bucket that you manage. When customer-managed storage is selected, the retentionPeriod parameter is ignored. You cannot change the choice of service-managed or customer-managed S3 storage after the data store is created.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the S3 bucket in which data store data is stored.

Returns:

  • (String)

    The name of the S3 bucket in which data store data is stored.

#key_prefixString

Optional. The prefix used to create the keys of the data store data objects. Each object in an S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).

Returns:

  • (String)

    Optional.

#role_arnString

The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.

Returns:

  • (String)

    The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.