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 SourceBucketName
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 |
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 |
S3KeyPrefix
The prefix applied to the log file names.
Declaration
public readonly string S3KeyPrefix
Field Value
| Type | Description |
|---|---|
| System.String |