Class ClusterLoggingArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterLoggingArgs : ResourceArgs
Constructors
View SourceClusterLoggingArgs()
Declaration
public ClusterLoggingArgs()
Properties
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 Input<string> BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enable
Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster.
Declaration
public Input<bool> Enable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
S3KeyPrefix
The prefix applied to the log file names.
Declaration
public Input<string> S3KeyPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |