Show / Hide Table of Contents

Class BucketMetricArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketMetricArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketMetricArgs : ResourceArgs

Constructors

View Source

BucketMetricArgs()

Declaration
public BucketMetricArgs()

Properties

View Source

Bucket

The name of the bucket to put metric configuration.

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

Filter

Object filtering that accepts a prefix, tags, or a logical AND of prefix and tags (documented below).

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

Name

Unique identifier of the metrics configuration for the bucket.

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