Class ClusterLoggingInfoBrokerLogsCloudwatchLogsGetArgs
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.Msk.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterLoggingInfoBrokerLogsCloudwatchLogsGetArgs : ResourceArgs
Constructors
View SourceClusterLoggingInfoBrokerLogsCloudwatchLogsGetArgs()
Declaration
public ClusterLoggingInfoBrokerLogsCloudwatchLogsGetArgs()
Properties
View SourceEnabled
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> |
LogGroup
Name of the Cloudwatch Log Group to deliver logs to.
Declaration
public Input<string> LogGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |