Show / Hide Table of Contents

Class ClusterLoggingInfoBrokerLogsS3Args

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

Constructors

View Source

ClusterLoggingInfoBrokerLogsS3Args()

Declaration
public ClusterLoggingInfoBrokerLogsS3Args()

Properties

View Source

Bucket

Name of the S3 bucket to deliver logs to.

Declaration
public Input<string> Bucket { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Indicates whether you want to enable or disable streaming broker logs to Cloudwatch Logs.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Prefix

Prefix to append to the folder name.

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