Show / Hide Table of Contents

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 Source

Arn

Amazon Resource Name (ARN) of the configuration.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

Description

Description of the configuration.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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>
View Source

LatestRevision

Latest revision of the configuration.

Declaration
public readonly int LatestRevision
Field Value
Type Description
System.Int32
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ServerProperties

Contents of the server.properties file.

Declaration
public readonly string ServerProperties
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.