Class DomainNewCertificateConfigGetArgs
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.AliCloud.Cdn.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainNewCertificateConfigGetArgs : ResourceArgs
Constructors
View SourceDomainNewCertificateConfigGetArgs()
Declaration
public DomainNewCertificateConfigGetArgs()
Properties
View SourceCertName
The SSL certificate name.
Declaration
public Input<string> CertName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertType
The SSL certificate type, can be "upload", "cas" and "free".
Declaration
public Input<string> CertType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ForceSet
Set 1 to ignore the repeated verification for certificate name, and cover the information of the origin certificate (with the same name). Set 0 to work the verification.
Declaration
public Input<string> ForceSet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |