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. |
DomainName
Required
public object DomainName { get; set; }
- Type: object
Protocol
Required
public object Protocol { get; set; }
- Type: object
ApiVersion
Optional
public object ApiVersion { get; set; }
- Type: object
CertConfig
Optional
public object CertConfig { get; set; }
- Type: object
RouteConfig
Optional
public object RouteConfig { get; set; }
- Type: object