Skip to content

RosCustomDomainProps

Properties for defining a RosCustomDomain.

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

Initializer

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

Properties

Name Type Description
DomainName object No description.
GroupId object No description.
CertificateBody object No description.
CertificateName object No description.
CertificatePrivateKey object No description.

DomainNameRequired

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

GroupIdRequired

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

CertificateBodyOptional

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

CertificateNameOptional

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

CertificatePrivateKeyOptional

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