Show / Hide Table of Contents

Class ApplicationSslConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationSslConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 ApplicationSslConfigurationArgs : ResourceArgs

Constructors

View Source

ApplicationSslConfigurationArgs()

Declaration
public ApplicationSslConfigurationArgs()

Properties

View Source

Certificate

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

Declaration
public Input<string> Certificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.