Skip to content

CustomDomainProps

Properties for defining a CustomDomain.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-customdomain

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new CustomDomainProps {
    object DomainName,
    object GroupId,
    object CertificateBody = null,
    object CertificateName = null,
    object CertificatePrivateKey = null
};

Properties

Name Type Description
DomainName object Property domainName: Custom domain name.
GroupId object Property groupId: The id of the Group.
CertificateBody object Property certificateBody: SSL certificate body.
CertificateName object Property certificateName: SSL certificate name.
CertificatePrivateKey object Property certificatePrivateKey: SSL certificate key.

DomainNameRequired

public object DomainName { get; set; }
  • Type: object

Property domainName: Custom domain name.


GroupIdRequired

public object GroupId { get; set; }
  • Type: object

Property groupId: The id of the Group.


CertificateBodyOptional

public object CertificateBody { get; set; }
  • Type: object

Property certificateBody: SSL certificate body.


CertificateNameOptional

public object CertificateName { get; set; }
  • Type: object

Property certificateName: SSL certificate name.


CertificatePrivateKeyOptional

public object CertificatePrivateKey { get; set; }
  • Type: object

Property certificatePrivateKey: SSL certificate key.