DomainConfigProps
Properties for defining a DomainConfig.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cdn-domainconfig
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cdn;
new DomainConfigProps {
object DomainNames,
object FunctionList = null
};
Properties
| Name | Type | Description |
|---|---|---|
DomainNames | object | Property domainNames: The domain names to configure for acceleration. |
FunctionList | object | Property functionList: Function list. |
DomainNamesRequired
public object DomainNames { get; set; }
- Type: object
Property domainNames: The domain names to configure for acceleration.
Separate multiple domain names with a comma (,). Note the following limits:
- You can specify up to 20 domain names.
- The number of domain names multiplied by the number of features cannot exceed
1.
FunctionListOptional
public object FunctionList { get; set; }
- Type: object
Property functionList: Function list.
This property is required.