Show / Hide Table of Contents

Class DomainCertificateConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainCertificateConfigArgs
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.AliCloud.Cdn.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainCertificateConfigArgs : ResourceArgs

Constructors

View Source

DomainCertificateConfigArgs()

Declaration
public DomainCertificateConfigArgs()

Properties

View Source

PrivateKey

The SSL private key. This is required if server_certificate_status is on

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

ServerCertificate

The SSL server certificate string. This is required if server_certificate_status is on

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

ServerCertificateStatus

This parameter indicates whether or not enable https. Valid values are on and off. Default value is on.

Declaration
public Input<string> ServerCertificateStatus { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.