Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomerManagedS3Storage

import type { CustomerManagedS3Storage } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";

Contains information about a customer managed Amazon S3 bucket.

interface CustomerManagedS3Storage {
roleArn: string;
s3ResourceArn: string;
}

§Properties

§
roleArn: string
[src]

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

§
s3ResourceArn: string
[src]

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.