Class ConfigurationState
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 ConfigurationState : ResourceArgs
Constructors
View SourceConfigurationState()
Declaration
public ConfigurationState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the configuration.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
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> |
LatestRevision
Latest revision of the configuration.
Declaration
public Input<int> LatestRevision { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |