Class ProviderClientcertArgs
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.PostgreSql.Inputs
Assembly: Pulumi.PostgreSql.dll
Syntax
public sealed class ProviderClientcertArgs : ResourceArgs
Constructors
View SourceProviderClientcertArgs()
Declaration
public ProviderClientcertArgs()
Properties
View SourceCert
Declaration
public Input<string> Cert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Key
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |