DomainProps
Properties for defining a Domain.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dns-domain
Initializer
import { DomainProps } from '@alicloud/ros-cdk-dns'
const domainProps: DomainProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
domainName | string | @alicloud/ros-cdk-core.IResolvable | Property domainName: Domain name. |
groupId | string | @alicloud/ros-cdk-core.IResolvable | Property groupId: The ID of the domain name group. |
resourceGroupId | string | @alicloud/ros-cdk-core.IResolvable | Property resourceGroupId: Resource group id. |
tags | TagsProperty[] | Property tags: Tags to attach to instance. |
domainNameRequired
public readonly domainName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property domainName: Domain name.
groupIdOptional
public readonly groupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupId: The ID of the domain name group.
If you do not specify this parameter, pass an empty string, or pass defaultGroup, the domain name is added to the default group. You can call the AddDomainGroup operation to obtain the group ID.
resourceGroupIdOptional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: Resource group id.
tagsOptional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.