Skip to content

DomainProps

Properties for defining a Domain.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-domain

Initializer

import com.aliyun.ros.cdk.ga.DomainProps;
DomainProps.builder()
    .acceleratorIds(IResolvable)
    .acceleratorIds(java.util.List<java.lang.String)
    .acceleratorIds(IResolvable>)
    .domain(java.lang.String)
    .domain(IResolvable)
    .build();

Properties

Name Type Description
acceleratorIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List Property acceleratorIds: The IDs of the GA instance to be disassociated.
domain java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property domain: The accelerated domain name to be disassociated.

acceleratorIdsRequired

public java.lang.Object getAcceleratorIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

Property acceleratorIds: The IDs of the GA instance to be disassociated.

You can specify up to 50 IDs.


domainRequired

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

Property domain: The accelerated domain name to be disassociated.