Show / Hide Table of Contents

Class ClusterLoggingInfoBrokerLogsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterLoggingInfoBrokerLogsArgs
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 ClusterLoggingInfoBrokerLogsArgs : ResourceArgs

Constructors

View Source

ClusterLoggingInfoBrokerLogsArgs()

Declaration
public ClusterLoggingInfoBrokerLogsArgs()

Properties

View Source

CloudwatchLogs

Declaration
public Input<ClusterLoggingInfoBrokerLogsCloudwatchLogsArgs> CloudwatchLogs { get; set; }
Property Value
Type Description
Input<ClusterLoggingInfoBrokerLogsCloudwatchLogsArgs>
View Source

Firehose

Declaration
public Input<ClusterLoggingInfoBrokerLogsFirehoseArgs> Firehose { get; set; }
Property Value
Type Description
Input<ClusterLoggingInfoBrokerLogsFirehoseArgs>
View Source

S3

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