Skip to content

DomainConfigProps

Properties for defining a DomainConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cdn-domainconfig

Initializer

import com.aliyun.ros.cdk.cdn.DomainConfigProps;
DomainConfigProps.builder()
    .domainNames(java.lang.String)
    .domainNames(IResolvable)
//  .functionList(IResolvable)
//  .functionList(java.util.List<IResolvable)
//  .functionList(FunctionListProperty>)
    .build();

Properties

Name Type Description
domainNames java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property domainNames: Your accelerated domain name, separated by commas in English.
functionList com.aliyun.ros.cdk.core.IResolvable OR java.util.ListFunctionListProperty> Property functionList: Function list.

domainNamesRequired

public java.lang.Object getDomainNames();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property domainNames: Your accelerated domain name, separated by commas in English.


functionListOptional

public java.lang.Object getFunctionList();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListFunctionListProperty>

Property functionList: Function list.

This property is required.