Class: Aws::IoTAnalytics::Types::CustomerManagedDatastoreS3Storage
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::CustomerManagedDatastoreS3Storage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
S3-customer-managed; When you choose customer-managed storage, the ‘retentionPeriod` parameter is ignored. You can’t change the choice of Amazon S3 storage after your data store is created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the Amazon S3 bucket where your data is stored.
-
#key_prefix ⇒ String
(Optional) The prefix used to create the keys of the data store data objects.
-
#role_arn ⇒ String
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
Instance Attribute Details
#bucket ⇒ String
The name of the Amazon S3 bucket where your data is stored.
752 753 754 755 756 757 758 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 752 class CustomerManagedDatastoreS3Storage < Struct.new( :bucket, :key_prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |
#key_prefix ⇒ String
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon 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 (/).
752 753 754 755 756 757 758 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 752 class CustomerManagedDatastoreS3Storage < Struct.new( :bucket, :key_prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
752 753 754 755 756 757 758 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 752 class CustomerManagedDatastoreS3Storage < Struct.new( :bucket, :key_prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |