Show / Hide Table of Contents

Class InventoryDestinationBucketGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InventoryDestinationBucketGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InventoryDestinationBucketGetArgs : ResourceArgs

Constructors

View Source

InventoryDestinationBucketGetArgs()

Declaration
public InventoryDestinationBucketGetArgs()

Properties

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 Input<string> AccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BucketArn

The Amazon S3 bucket ARN of the destination.

Declaration
public Input<string> BucketArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Encryption

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

Declaration
public Input<InventoryDestinationBucketEncryptionGetArgs> Encryption { get; set; }
Property Value
Type Description
Input<InventoryDestinationBucketEncryptionGetArgs>
View Source

Format

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

Declaration
public Input<string> Format { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Prefix

The prefix that is prepended to all inventory results.

Declaration
public Input<string> Prefix { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.