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: The domain names to configure for acceleration.
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: 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 java.lang.Object getFunctionList();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListFunctionListProperty>

Property functionList: Function list.

This property is required.