Show / Hide Table of Contents

Class ClusterLoggingInfoBrokerLogsGetArgs

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

Constructors

View Source

ClusterLoggingInfoBrokerLogsGetArgs()

Declaration
public ClusterLoggingInfoBrokerLogsGetArgs()

Properties

View Source

CloudwatchLogs

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

Firehose

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

S3

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