Class: Aws::IoTSiteWise::Types::CustomerManagedS3Storage
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CustomerManagedS3Storage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information about a customer managed Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
The [ARN] of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3.
-
#s3_resource_arn ⇒ String
The [ARN] of the Amazon S3 object.
Instance Attribute Details
#role_arn ⇒ String
The [ARN] of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
3530 3531 3532 3533 3534 3535 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3530 class CustomerManagedS3Storage < Struct.new( :s3_resource_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_resource_arn ⇒ String
The [ARN] of the Amazon S3 object. For more information about how to find the ARN for an Amazon S3 object, see [Amazon S3 resources] in the *Amazon Simple Storage Service User Guide*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html [2]: docs.aws.amazon.com/AmazonS3/latest/userguide/s3-arn-format.html
3530 3531 3532 3533 3534 3535 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3530 class CustomerManagedS3Storage < Struct.new( :s3_resource_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |