Class BucketMetricArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketMetricArgs : ResourceArgs
Constructors
View SourceBucketMetricArgs()
Declaration
public BucketMetricArgs()
Properties
View SourceBucket
The name of the bucket to put metric configuration.
Declaration
public Input<string> Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
Unique identifier of the metrics configuration for the bucket.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |