Show / Hide Table of Contents

Class InventoryDestinationGetArgs

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

Constructors

View Source

InventoryDestinationGetArgs()

Declaration
public InventoryDestinationGetArgs()

Properties

View Source

Bucket

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

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