Skip to content

CustomDomainProps

Properties for defining a CustomDomain.

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

Initializer

import com.aliyun.ros.cdk.apigateway.CustomDomainProps;
CustomDomainProps.builder()
    .domainName(java.lang.String)
    .domainName(IResolvable)
    .groupId(java.lang.String)
    .groupId(IResolvable)
//  .certificateBody(java.lang.String)
//  .certificateBody(IResolvable)
//  .certificateName(java.lang.String)
//  .certificateName(IResolvable)
//  .certificatePrivateKey(java.lang.String)
//  .certificatePrivateKey(IResolvable)
    .build();

Properties

Name Type Description
domainName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property domainName: Custom domain name.
groupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property groupId: The id of the Group.
certificateBody java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property certificateBody: SSL certificate body.
certificateName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property certificateName: SSL certificate name.
certificatePrivateKey java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property certificatePrivateKey: SSL certificate key.

domainNameRequired

public java.lang.Object getDomainName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property domainName: Custom domain name.


groupIdRequired

public java.lang.Object getGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property groupId: The id of the Group.


certificateBodyOptional

public java.lang.Object getCertificateBody();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property certificateBody: SSL certificate body.


certificateNameOptional

public java.lang.Object getCertificateName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property certificateName: SSL certificate name.


certificatePrivateKeyOptional

public java.lang.Object getCertificatePrivateKey();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property certificatePrivateKey: SSL certificate key.