Show / Hide Table of Contents

Class ConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConfigurationArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ConfigurationArgs : ResourceArgs

Constructors

View Source

ConfigurationArgs()

Declaration
public ConfigurationArgs()

Properties

View Source

Description

Description of the configuration.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KafkaVersions

List of Apache Kafka versions which can use this configuration.

Declaration
public InputList<string> KafkaVersions { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

Name of the configuration.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServerProperties

Contents of the server.properties file. Supported properties are documented in the MSK Developer Guide.

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