Skip to content

RosDomainProps

Properties for defining a RosDomain.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdcdn"
&alicloudroscdkdcdn.RosDomainProps {
    DomainName: interface{},
    Sources: interface{},
    CheckUrl: interface{},
    ResourceGroupId: interface{},
    Scope: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkdcdn.RosDomain.TagsProperty,
    TopLevelDomain: interface{},
}

Properties

Name Type Description
DomainName interface{} No description.
Sources interface{} No description.
CheckUrl interface{} No description.
ResourceGroupId interface{} No description.
Scope interface{} No description.
Tags *[]TagsProperty No description.
TopLevelDomain interface{} No description.

DomainNameRequired

DomainName interface{}
  • Type: interface{}

SourcesRequired

Sources interface{}
  • Type: interface{}

CheckUrlOptional

CheckUrl interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

ScopeOptional

Scope interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TopLevelDomainOptional

TopLevelDomain interface{}
  • Type: interface{}