Show / Hide Table of Contents

Class InventoryDestinationBucket

Inheritance
System.Object
InventoryDestinationBucket
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.S3.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InventoryDestinationBucket

Fields

View Source

AccountId

The ID of the account that owns the destination bucket. Recommended to be set to prevent problems if the destination bucket ownership changes.

Declaration
public readonly string AccountId
Field Value
Type Description
System.String
View Source

BucketArn

The Amazon S3 bucket ARN of the destination.

Declaration
public readonly string BucketArn
Field Value
Type Description
System.String
View Source

Encryption

Contains the type of server-side encryption to use to encrypt the inventory (documented below).

Declaration
public readonly InventoryDestinationBucketEncryption Encryption
Field Value
Type Description
InventoryDestinationBucketEncryption
View Source

Format

Specifies the output format of the inventory results. Can be CSV, ORC or Parquet.

Declaration
public readonly string Format
Field Value
Type Description
System.String
View Source

Prefix

The prefix that is prepended to all inventory results.

Declaration
public readonly string Prefix
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.