Show / Hide Table of Contents

Class AnalyticsConfigurationStorageClassAnalysisDataExportDestinationS3BucketDestination

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

Fields

View Source

BucketAccountId

The account ID that owns the destination bucket.

Declaration
public readonly string BucketAccountId
Field Value
Type Description
System.String
View Source

BucketArn

The ARN of the destination bucket.

Declaration
public readonly string BucketArn
Field Value
Type Description
System.String
View Source

Format

The output format of exported analytics data. Allowed values: CSV. Default value: CSV.

Declaration
public readonly string Format
Field Value
Type Description
System.String
View Source

Prefix

Object prefix for filtering.

Declaration
public readonly string Prefix
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.