Class ServiceComponentArgs
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.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServiceComponentArgs : ResourceArgs
Constructors
View SourceServiceComponentArgs()
Declaration
public ServiceComponentArgs()
Properties
View SourceComponent
Declaration
public Input<string> Component { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KafkaAuthenticationMethod
Declaration
public Input<string> KafkaAuthenticationMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Route
Declaration
public Input<string> Route { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ssl
Declaration
public Input<bool> Ssl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Usage
Declaration
public Input<string> Usage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |