Class GetConfigurationResult
Inheritance
System.Object
GetConfigurationResult
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 GetConfigurationResult
Fields
View SourceArn
Amazon Resource Name (ARN) of the configuration.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the configuration.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KafkaVersions
List of Apache Kafka versions which can use this configuration.
Declaration
public readonly ImmutableArray<string> KafkaVersions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
LatestRevision
Latest revision of the configuration.
Declaration
public readonly int LatestRevision
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ServerProperties
Contents of the server.properties file.
Declaration
public readonly string ServerProperties
Field Value
| Type | Description |
|---|---|
| System.String |