Class AnalyticsConfigurationState
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 AnalyticsConfigurationState : ResourceArgs
Constructors
View SourceAnalyticsConfigurationState()
Declaration
public AnalyticsConfigurationState()
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<AnalyticsConfigurationFilterGetArgs> Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsConfigurationFilterGetArgs> |
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<AnalyticsConfigurationStorageClassAnalysisGetArgs> StorageClassAnalysis { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsConfigurationStorageClassAnalysisGetArgs> |