RosCustomDomainProps
Properties for defining a RosCustomDomain.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-customdomain
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new RosCustomDomainProps {
object DomainName,
object Protocol,
object ApiVersion = null,
object CertConfig = null,
object RouteConfig = null
};
Properties
| Name | Type | Description |
|---|---|---|
DomainName |
object |
No description. |
Protocol |
object |
No description. |
ApiVersion |
object |
No description. |
CertConfig |
object |
No description. |
RouteConfig |
object |
No description. |
DomainNameRequired
public object DomainName { get; set; }
- Type: object
ProtocolRequired
public object Protocol { get; set; }
- Type: object
ApiVersionOptional
public object ApiVersion { get; set; }
- Type: object
CertConfigOptional
public object CertConfig { get; set; }
- Type: object
RouteConfigOptional
public object RouteConfig { get; set; }
- Type: object