Class ConfigurationArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ConfigurationArgs : ResourceArgs
Constructors
View SourceConfigurationArgs()
Declaration
public ConfigurationArgs()
Properties
View SourceDescription
Description of the configuration.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
Name of the configuration.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |