Show / Hide Table of Contents

Class CustomSslArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CustomSslArgs
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class CustomSslArgs : ResourceArgs

Constructors

View Source

CustomSslArgs()

Declaration
public CustomSslArgs()

Properties

View Source

CustomSslOptions

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

CustomSslPriorities

Declaration
public InputList<CustomSslCustomSslPriorityArgs> CustomSslPriorities { get; set; }
Property Value
Type Description
InputList<CustomSslCustomSslPriorityArgs>
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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.