CustomDomainProps
Properties for defining a CustomDomain
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-customdomain
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.CustomDomainProps {
DomainName: interface{},
GroupId: interface{},
CertificateBody: interface{},
CertificateName: interface{},
CertificatePrivateKey: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DomainName |
interface{} |
Property domainName: Custom domain name. |
GroupId |
interface{} |
Property groupId: The id of the Group. |
CertificateBody |
interface{} |
Property certificateBody: SSL certificate body. |
CertificateName |
interface{} |
Property certificateName: SSL certificate name. |
CertificatePrivateKey |
interface{} |
Property certificatePrivateKey: SSL certificate key. |
DomainName
Required
DomainName interface{}
- Type: interface{}
Property domainName: Custom domain name.
GroupId
Required
GroupId interface{}
- Type: interface{}
Property groupId: The id of the Group.
CertificateBody
Optional
CertificateBody interface{}
- Type: interface{}
Property certificateBody: SSL certificate body.
CertificateName
Optional
CertificateName interface{}
- Type: interface{}
Property certificateName: SSL certificate name.
CertificatePrivateKey
Optional
CertificatePrivateKey interface{}
- Type: interface{}
Property certificatePrivateKey: SSL certificate key.