Show / Hide Table of Contents

Class ClusterLogging

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

Fields

View Source

BucketName

The name of an existing S3 bucket where the log files are to be stored. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions. For more information on the permissions required for the bucket, please read the AWS documentation

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

Enable

Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster.

Declaration
public readonly bool Enable
Field Value
Type Description
System.Boolean
View Source

S3KeyPrefix

The prefix applied to the log file names.

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