Class AnalyticsConfigurationArgs
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 AnalyticsConfigurationArgs : ResourceArgs
Constructors
View SourceAnalyticsConfigurationArgs()
Declaration
public AnalyticsConfigurationArgs()
Properties
View SourceBucket
The name of the bucket this analytics configuration is associated with.
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<AnalyticsConfigurationFilterArgs> Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsConfigurationFilterArgs> |
Name
Unique identifier of the analytics configuration for the bucket.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageClassAnalysis
Configuration for the analytics data export (documented below).
Declaration
public Input<AnalyticsConfigurationStorageClassAnalysisArgs> StorageClassAnalysis { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsConfigurationStorageClassAnalysisArgs> |