class Aws::IoTSiteWise::Types::CustomerManagedS3Storage

Contains information about a customer managed Amazon S3 bucket.

@note When making an API call, you may pass CustomerManagedS3Storage

data as a hash:

    {
      s3_resource_arn: "ARN", # required
      role_arn: "ARN", # required
    }

@!attribute [rw] s3_resource_arn

The [ARN][1] of the Amazon S3 object. For more information about how
to find the ARN for an Amazon S3 object, see [Amazon S3
resources][2] in the *Amazon Simple Storage Service User Guide*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
[2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-arn-format.html
@return [String]

@!attribute [rw] role_arn

The [ARN][1] of the Identity and Access Management role that allows
IoT SiteWise to send data to Amazon S3.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

Constants

SENSITIVE