Skip to content

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.

DomainNameRequired

DomainName interface{}
  • Type: interface{}

Property domainName: Custom domain name.


GroupIdRequired

GroupId interface{}
  • Type: interface{}

Property groupId: The id of the Group.


CertificateBodyOptional

CertificateBody interface{}
  • Type: interface{}

Property certificateBody: SSL certificate body.


CertificateNameOptional

CertificateName interface{}
  • Type: interface{}

Property certificateName: SSL certificate name.


CertificatePrivateKeyOptional

CertificatePrivateKey interface{}
  • Type: interface{}

Property certificatePrivateKey: SSL certificate key.