CertificateProps
Properties for defining a Certificate.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-certificate
Initializer
import ros_cdk_slb
ros_cdk_slb.CertificateProps(
ali_cloud_certificate_id: typing.Union[str, IResolvable] = None,
ali_cloud_certificate_name: typing.Union[str, IResolvable] = None,
certificate: typing.Union[str, IResolvable] = None,
certificate_name: typing.Union[str, IResolvable] = None,
certificate_type: typing.Union[str, IResolvable] = None,
private_key: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
tags: typing.List[TagsProperty] = None
)
Properties
| Name | Type | Description |
|---|---|---|
ali_cloud_certificate_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate. |
ali_cloud_certificate_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property aliCloudCertificateName: The name of the Alibaba Cloud certificate. |
certificate |
typing.Union[str, ros_cdk_core.IResolvable] |
Property certificate: The content of the certificate public key. |
certificate_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property certificateName: The name of the certificate. |
certificate_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property certificateType: The type of the certificate. |
private_key |
typing.Union[str, ros_cdk_core.IResolvable] |
Property privateKey: The private key. |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceGroupId: Resource group id. |
tags |
typing.List[TagsProperty] |
Property tags: Tags to attach to instance. |
ali_cloud_certificate_idOptional
ali_cloud_certificate_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property aliCloudCertificateId: The ID of the Alibaba Cloud certificate.
ali_cloud_certificate_nameOptional
ali_cloud_certificate_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property aliCloudCertificateName: The name of the Alibaba Cloud certificate.
certificateOptional
certificate: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property certificate: The content of the certificate public key.
certificate_nameOptional
certificate_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property certificateName: The name of the certificate.
certificate_typeOptional
certificate_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property certificateType: The type of the certificate.
private_keyOptional
private_key: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property privateKey: The private key.
resource_group_idOptional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: Resource group id.
tagsOptional
tags: typing.List[TagsProperty]
- Type: typing.List[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.