Class ApplicationSslConfiguration
Inheritance
System.Object
ApplicationSslConfiguration
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApplicationSslConfiguration
Fields
View SourceCertificate
The contents of the certificate's domain.crt file.
Declaration
public readonly string Certificate
Field Value
| Type | Description |
|---|---|
| System.String |
Chain
Can be used to specify an intermediate certificate authority key or client authentication.
Declaration
public readonly string Chain
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateKey
The private key; the contents of the certificate's domain.key file.
Declaration
public readonly string PrivateKey
Field Value
| Type | Description |
|---|---|
| System.String |