DomainProps
Properties for defining a Domain.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-domain
Initializer
import ros_cdk_apig
ros_cdk_apig.DomainProps(
domain_name: typing.Union[str, IResolvable],
protocol: typing.Union[str, IResolvable]
)
Properties
| Name | Type | Description |
|---|---|---|
domain_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property domainName: The name of the Domain. |
protocol |
typing.Union[str, ros_cdk_core.IResolvable] |
Property protocol: The types of protocols supported by the domain are as follows: * HTTP: Supports only the HTTP protocol. |
domain_nameRequired
domain_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property domainName: The name of the Domain.
protocolRequired
protocol: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
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.