Class CustomSslState
Inheritance
System.Object
CustomSslState
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()
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class CustomSslState : ResourceArgs
Constructors
View Source
CustomSslState()
Declaration
Properties
View Source
CustomSslOptions
The certificate, private key and associated optional parameters, such as bundle_method, geo_restrictions, and type.
Declaration
public Input<CustomSslCustomSslOptionsGetArgs> CustomSslOptions { get; set; }
Property Value
View Source
CustomSslPriorities
Declaration
public InputList<CustomSslCustomSslPriorityGetArgs> CustomSslPriorities { get; set; }
Property Value
View Source
ExpiresOn
Declaration
public Input<string> ExpiresOn { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Hosts
Declaration
public InputList<string> Hosts { get; set; }
Property Value
View Source
Issuer
Declaration
public Input<string> Issuer { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ModifiedOn
Declaration
public Input<string> ModifiedOn { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Priority
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Signature
Declaration
public Input<string> Signature { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Status
Declaration
public Input<string> Status { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
UploadedOn
Declaration
public Input<string> UploadedOn { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ZoneId
The DNS zone id to the custom ssl cert should be added.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|