Class CloudInventorySyncConfigAWSRequestAttributes

AWS settings for the S3 bucket Storage Management reads inventory reports from.

Hierarchy

  • CloudInventorySyncConfigAWSRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
awsAccountId: string

AWS account ID that owns the inventory bucket.

destinationBucketName: string

Name of the S3 bucket containing inventory files.

destinationBucketRegion: string

AWS Region of the inventory bucket.

destinationPrefix?: string

Object key prefix where inventory reports are written. Omit or set to / when reports are written at the bucket root.

Generated using TypeDoc