Show / Hide Table of Contents

Class AnalyticsConfigurationState

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

Constructors

View Source

AnalyticsConfigurationState()

Declaration
public AnalyticsConfigurationState()

Properties

View Source

Bucket

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>
View Source

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>
View Source

Name

Unique identifier of the analytics configuration for the bucket.

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

StorageClassAnalysis

Configuration for the analytics data export (documented below).

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