Show / Hide Table of Contents

Class InventoryDestinationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InventoryDestinationArgs
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 InventoryDestinationArgs : ResourceArgs

Constructors

View Source

InventoryDestinationArgs()

Declaration
public InventoryDestinationArgs()

Properties

View Source

Bucket

The S3 bucket configuration where inventory results are published (documented below).

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