DomainConfigProps
Properties for defining a DomainConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cdn-domainconfig
Initializer
import { DomainConfigProps } from '@alicloud/ros-cdk-cdn'
const domainConfigProps: DomainConfigProps = { ... }
Properties
Name | Type | Description |
---|---|---|
domainNames |
string | @alicloud/ros-cdk-core.IResolvable |
Property domainNames: Your accelerated domain name, separated by commas in English. |
functionList |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | FunctionListProperty[] |
Property functionList: Function list. |
domainNames
Required
public readonly domainNames: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property domainNames: Your accelerated domain name, separated by commas in English.
functionList
Optional
public readonly functionList: IResolvable | IResolvable | FunctionListProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | FunctionListProperty[]
Property functionList: Function list.
This property is required.