Class ApplicationSslConfigurationGetArgs
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.OpsWorks.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApplicationSslConfigurationGetArgs : ResourceArgs
Constructors
View SourceApplicationSslConfigurationGetArgs()
Declaration
public ApplicationSslConfigurationGetArgs()
Properties
View SourceCertificate
The contents of the certificate's domain.crt file.
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Chain
Can be used to specify an intermediate certificate authority key or client authentication.
Declaration
public Input<string> Chain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateKey
The private key; the contents of the certificate's domain.key file.
Declaration
public Input<string> PrivateKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |