CertificateProps
Properties for defining a Certificate
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-certificate
Initializer
import { CertificateProps } from '@alicloud/ros-cdk-slb'
const certificateProps: CertificateProps = { ... }
Properties
Name | Type | Description |
---|---|---|
aliCloudCertificateId |
string | @alicloud/ros-cdk-core.IResolvable |
Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate. |
aliCloudCertificateName |
string | @alicloud/ros-cdk-core.IResolvable |
Property aliCloudCertificateName: The name of the Alibaba Cloud certificate. |
certificate |
string | @alicloud/ros-cdk-core.IResolvable |
Property certificate: The content of the certificate public key. |
certificateName |
string | @alicloud/ros-cdk-core.IResolvable |
Property certificateName: The name of the certificate. |
certificateType |
string | @alicloud/ros-cdk-core.IResolvable |
Property certificateType: The type of the certificate. |
privateKey |
string | @alicloud/ros-cdk-core.IResolvable |
Property privateKey: The private key. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: Resource group id. |
tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
aliCloudCertificateId
Optional
public readonly aliCloudCertificateId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate.
aliCloudCertificateName
Optional
public readonly aliCloudCertificateName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property aliCloudCertificateName: The name of the Alibaba Cloud certificate.
certificate
Optional
public readonly certificate: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property certificate: The content of the certificate public key.
certificateName
Optional
public readonly certificateName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property certificateName: The name of the certificate.
certificateType
Optional
public readonly certificateType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property certificateType: The type of the certificate.
privateKey
Optional
public readonly privateKey: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property privateKey: The private key.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: Resource group id.
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.