Class ClusterLoggingInfoBrokerLogsGetArgs
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 ClusterLoggingInfoBrokerLogsGetArgs : ResourceArgs
Constructors
View SourceClusterLoggingInfoBrokerLogsGetArgs()
Declaration
public ClusterLoggingInfoBrokerLogsGetArgs()
Properties
View SourceCloudwatchLogs
Declaration
public Input<ClusterLoggingInfoBrokerLogsCloudwatchLogsGetArgs> CloudwatchLogs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterLoggingInfoBrokerLogsCloudwatchLogsGetArgs> |
Firehose
Declaration
public Input<ClusterLoggingInfoBrokerLogsFirehoseGetArgs> Firehose { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterLoggingInfoBrokerLogsFirehoseGetArgs> |
S3
Declaration
public Input<ClusterLoggingInfoBrokerLogsS3GetArgs> S3 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterLoggingInfoBrokerLogsS3GetArgs> |