Class ClusterConfigurationInfoGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterConfigurationInfoGetArgs : ResourceArgs
Constructors
View SourceClusterConfigurationInfoGetArgs()
Declaration
public ClusterConfigurationInfoGetArgs()
Properties
View SourceArn
Amazon Resource Name (ARN) of the MSK Configuration to use in the cluster.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Revision
Revision of the MSK Configuration to use in the cluster.
Declaration
public Input<int> Revision { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |