Skip to content

CustomDomainProps

Properties for defining a CustomDomain.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-customdomain

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc;
new CustomDomainProps {
    object DomainName,
    object Protocol,
    object ApiVersion = null,
    object CertConfig = null,
    object RouteConfig = null
};

Properties

Name Type Description
DomainName object Property domainName: domain name.
Protocol object Property protocol: HTTP or HTTP,HTTPS.
ApiVersion object Property apiVersion: api version.
CertConfig object Property certConfig: certificate info.
RouteConfig object Property routeConfig: Routing table: path to function mappingwhen a function is called with a custom domain name.

DomainNameRequired

public object DomainName { get; set; }
  • Type: object

Property domainName: domain name.


ProtocolRequired

public object Protocol { get; set; }
  • Type: object

Property protocol: HTTP or HTTP,HTTPS.


ApiVersionOptional

public object ApiVersion { get; set; }
  • Type: object

Property apiVersion: api version.


CertConfigOptional

public object CertConfig { get; set; }
  • Type: object

Property certConfig: certificate info.


RouteConfigOptional

public object RouteConfig { get; set; }
  • Type: object

Property routeConfig: Routing table: path to function mappingwhen a function is called with a custom domain name.