Class CustomSslArgs
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class CustomSslArgs : ResourceArgs
Constructors
View SourceCustomSslArgs()
Declaration
public CustomSslArgs()
Properties
View SourceCustomSslOptions
The certificate, private key and associated optional parameters, such as bundle_method, geo_restrictions, and type.
Declaration
public Input<CustomSslCustomSslOptionsArgs> CustomSslOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CustomSslCustomSslOptionsArgs> |
CustomSslPriorities
Declaration
public InputList<CustomSslCustomSslPriorityArgs> CustomSslPriorities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CustomSslCustomSslPriorityArgs> |
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> |