SslVpnClientCertProps
Properties for defining a SslVpnClientCert
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-sslvpnclientcert
Initializer
import ros_cdk_vpc
ros_cdk_vpc.SslVpnClientCertProps(
ssl_vpn_server_id: typing.Union[str, IResolvable],
name: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
ssl_vpn_server_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property sslVpnServerId: ID of the SSL-VPN server. |
name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property name: The name of the client certificate. |
ssl_vpn_server_id
Required
ssl_vpn_server_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property sslVpnServerId: ID of the SSL-VPN server.
name
Optional
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property name: The name of the client certificate.
The length is 2-128 characters and must start with a letter or Chinese. It can contain numbers, periods (.), underscores (_), and dashes (-). But it can't start with http:// or https://.