Show / Hide Table of Contents

Interface InventoryDestination

The destination of the inventory.

stable

Synopsis

Properties

bucket

Bucket where all inventories will be saved in.

bucketOwner

The account ID that owns the destination S3 bucket.

prefix

The prefix to be used when saving the inventory.

Properties

bucket

Bucket where all inventories will be saved in.

stable

Declaration
readonly bucket: IBucket;
Property Value

IBucket

bucketOwner

The account ID that owns the destination S3 bucket.

If no account ID is provided, the owner is not validated before exporting data. It's recommended to set an account ID to prevent problems if the destination bucket ownership changes.

  • No account ID. stable
Declaration
readonly bucketOwner?: string;
Property Value

string

prefix

The prefix to be used when saving the inventory.

  • No prefix. stable
Declaration
readonly prefix?: string;
Property Value

string

Back to top Generated by DocFX