Show / Hide Table of Contents

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 Source

Certificate

The contents of the certificate's domain.crt file.

Declaration
public readonly string Certificate
Field Value
Type Description
System.String
View Source

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
View Source

PrivateKey

The private key; the contents of the certificate's domain.key file.

Declaration
public readonly string PrivateKey
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.