Show / Hide Table of Contents

Class ClusterLoggingGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterLoggingGetArgs
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.RedShift.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterLoggingGetArgs : ResourceArgs

Constructors

View Source

ClusterLoggingGetArgs()

Declaration
public ClusterLoggingGetArgs()

Properties

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 Input<string> BucketName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

S3KeyPrefix

The prefix applied to the log file names.

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