DomainProps
Properties for defining a Domain
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-domain
Initializer
import com.aliyun.ros.cdk.apig.DomainProps;
DomainProps.builder()
.domainName(java.lang.String)
.domainName(IResolvable)
.protocol(java.lang.String)
.protocol(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
domainName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property domainName: The name of the Domain. |
protocol |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property protocol: The types of protocols supported by the domain are as follows: * HTTP: Supports only the HTTP protocol. |
domainName
Required
public java.lang.Object getDomainName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property domainName: The name of the Domain.
protocol
Required
public java.lang.Object getProtocol();
- Type: java.lang.String OR com.aliyun.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.