Class ClusterLoggingInfoBrokerLogsArgs
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 ClusterLoggingInfoBrokerLogsArgs : ResourceArgs
Constructors
View SourceClusterLoggingInfoBrokerLogsArgs()
Declaration
public ClusterLoggingInfoBrokerLogsArgs()
Properties
View SourceCloudwatchLogs
Declaration
public Input<ClusterLoggingInfoBrokerLogsCloudwatchLogsArgs> CloudwatchLogs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterLoggingInfoBrokerLogsCloudwatchLogsArgs> |
Firehose
Declaration
public Input<ClusterLoggingInfoBrokerLogsFirehoseArgs> Firehose { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterLoggingInfoBrokerLogsFirehoseArgs> |
S3
Declaration
public Input<ClusterLoggingInfoBrokerLogsS3Args> S3 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterLoggingInfoBrokerLogsS3Args> |