Skip to content

SslVpnClientCertProps

Properties for defining a SslVpnClientCert.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-sslvpnclientcert

Initializer

import { SslVpnClientCertProps } from '@alicloud/ros-cdk-vpc'
const sslVpnClientCertProps: SslVpnClientCertProps = { ... }

Properties

Name Type Description
sslVpnServerId string | @alicloud/ros-cdk-core.IResolvable Property sslVpnServerId: ID of the SSL-VPN server.
name string | @alicloud/ros-cdk-core.IResolvable Property name: The name of the SSL client certificate.

sslVpnServerIdRequired

public readonly sslVpnServerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property sslVpnServerId: ID of the SSL-VPN server.


nameOptional

public readonly name: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property name: The name of the SSL client certificate.

The name must be 1 to 100 characters in length, and cannot start with http:\/\/ or https:\/\/.