DomainProps
Properties for defining a Domain
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-domain
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.DomainProps {
DomainName: interface{},
Protocol: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DomainName |
interface{} |
Property domainName: The name of the Domain. |
Protocol |
interface{} |
Property protocol: The types of protocols supported by the domain are as follows: * HTTP: Supports only the HTTP protocol. |
DomainName
Required
DomainName interface{}
- Type: interface{}
Property domainName: The name of the Domain.
Protocol
Required
Protocol interface{}
- Type: interface{}
Property protocol: The types of protocols supported by the domain are as follows: * HTTP: Supports only the HTTP protocol.
- HTTPS: Supports only the HTTPS protocol.