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. |
DomainName
Required
public object DomainName { get; set; }
- Type: object
Property domainName: Custom domain name.
GroupId
Required
public object GroupId { get; set; }
- Type: object
Property groupId: The id of the Group.
CertificateBody
Optional
public object CertificateBody { get; set; }
- Type: object
Property certificateBody: SSL certificate body.
CertificateName
Optional
public object CertificateName { get; set; }
- Type: object
Property certificateName: SSL certificate name.
CertificatePrivateKey
Optional
public object CertificatePrivateKey { get; set; }
- Type: object
Property certificatePrivateKey: SSL certificate key.