1. Packages
  2. Packages
  3. Bytepluscc Provider
  4. API Docs
  5. vpn
  6. getSslVpnServer
Viewing docs for bytepluscc v0.0.30
published on Monday, May 25, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.30
published on Monday, May 25, 2026 by Byteplus

    Data Source schema for Byteplus::VPN::SslVpnServer

    Using getSslVpnServer

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSslVpnServer(args: GetSslVpnServerArgs, opts?: InvokeOptions): Promise<GetSslVpnServerResult>
    function getSslVpnServerOutput(args: GetSslVpnServerOutputArgs, opts?: InvokeOptions): Output<GetSslVpnServerResult>
    def get_ssl_vpn_server(id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetSslVpnServerResult
    def get_ssl_vpn_server_output(id: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetSslVpnServerResult]
    func LookupSslVpnServer(ctx *Context, args *LookupSslVpnServerArgs, opts ...InvokeOption) (*LookupSslVpnServerResult, error)
    func LookupSslVpnServerOutput(ctx *Context, args *LookupSslVpnServerOutputArgs, opts ...InvokeOption) LookupSslVpnServerResultOutput

    > Note: This function is named LookupSslVpnServer in the Go SDK.

    public static class GetSslVpnServer 
    {
        public static Task<GetSslVpnServerResult> InvokeAsync(GetSslVpnServerArgs args, InvokeOptions? opts = null)
        public static Output<GetSslVpnServerResult> Invoke(GetSslVpnServerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSslVpnServerResult> getSslVpnServer(GetSslVpnServerArgs args, InvokeOptions options)
    public static Output<GetSslVpnServerResult> getSslVpnServer(GetSslVpnServerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: bytepluscc:vpn/getSslVpnServer:getSslVpnServer
      arguments:
        # arguments dictionary
    data "bytepluscc_vpn_getsslvpnserver" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getSslVpnServer Result

    The following output properties are available:

    Auth string
    Authentication algorithm for the SSL server. SHA1 (default), MD5, None (no encryption).
    Cipher string
    Encryption algorithm for the SSL server. AES-128-CBC (default) AES-192-CBC AES-256-CBC None (no encryption).
    ClientCertSessionPolicy string
    Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
    ClientIpPool string
    SSL client address pool. In SSL VPN, the client address pool is the address range assigned to the client's virtual network interface, not the client's existing internal network segment. Client address pool mask range: /16 to /28. The client address pool must not conflict with the LocalSubnet or IPSec connection routes. The client address pool must not overlap with 100.64.0.0/10, 169.254.0.0/16, 127.0.0.0/8, 224.0.0.0/4, or 240.0.0.0/4. The number of available IPs in the client address pool must be greater than four times the number of SSL connections selected when creating the VPN gateway. For example, if the number of SSL connections is 10, the client address pool must have more than 40 available IPs.
    Compress bool
    Whether to compress transmitted data. true: Enable compression for communication. false (default): Do not compress communication.
    CreationTime string
    Time when the SSL server was created.
    Description string
    Description of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), spaces ( ), underscores (_), hyphens (-), equals signs (=), English commas (,), Chinese commas (,), and Chinese periods (。). Length: 0 to 255 characters. If not specified, defaults to an empty string.
    Id string
    Uniquely identifies the resource.
    IsBlocked bool
    Indicates whether the current resource is blocked. true: Blocked false: Not blocked.
    LocalSubnets List<string>
    Local subnet of the SSL server. The local subnet is the address range accessed by clients through the SSL VPN connection. Note: Up to 5 local subnets can be specified, and they must not conflict with the ClientIpPool.
    Port int
    Port used by the SSL server. Default: 1194. Valid port range: 1 ~ 65535. The following ports are not supported: 22, 68, 179, 323, 500, 4500.
    ProjectName string
    Project to which the SSL server belongs. If left blank, the default is default, meaning the created resource belongs to the default project.
    Protocol string
    Protocol used by the SSL server. Options: TCP (default): TCP protocol. UDP: UDP protocol.
    SslVpnServerId string
    ID of the SSL server.
    SslVpnServerName string
    Name of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), underscores (_), and hyphens (-). Length: 1 to 128 characters. If not specified, defaults to the SSL server ID.
    Status string
    Status of the SSL server. Available: Available Creating: Creating Pending: In progress Deleting: Deleting.
    Tags List<Byteplus.GetSslVpnServerTag>
    Tags for the SSL server.
    UpdateTime string
    Modify the time of the SSL server.
    VpnGatewayId string
    ID of the VPN gateway used by the SSL server.
    Auth string
    Authentication algorithm for the SSL server. SHA1 (default), MD5, None (no encryption).
    Cipher string
    Encryption algorithm for the SSL server. AES-128-CBC (default) AES-192-CBC AES-256-CBC None (no encryption).
    ClientCertSessionPolicy string
    Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
    ClientIpPool string
    SSL client address pool. In SSL VPN, the client address pool is the address range assigned to the client's virtual network interface, not the client's existing internal network segment. Client address pool mask range: /16 to /28. The client address pool must not conflict with the LocalSubnet or IPSec connection routes. The client address pool must not overlap with 100.64.0.0/10, 169.254.0.0/16, 127.0.0.0/8, 224.0.0.0/4, or 240.0.0.0/4. The number of available IPs in the client address pool must be greater than four times the number of SSL connections selected when creating the VPN gateway. For example, if the number of SSL connections is 10, the client address pool must have more than 40 available IPs.
    Compress bool
    Whether to compress transmitted data. true: Enable compression for communication. false (default): Do not compress communication.
    CreationTime string
    Time when the SSL server was created.
    Description string
    Description of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), spaces ( ), underscores (_), hyphens (-), equals signs (=), English commas (,), Chinese commas (,), and Chinese periods (。). Length: 0 to 255 characters. If not specified, defaults to an empty string.
    Id string
    Uniquely identifies the resource.
    IsBlocked bool
    Indicates whether the current resource is blocked. true: Blocked false: Not blocked.
    LocalSubnets []string
    Local subnet of the SSL server. The local subnet is the address range accessed by clients through the SSL VPN connection. Note: Up to 5 local subnets can be specified, and they must not conflict with the ClientIpPool.
    Port int
    Port used by the SSL server. Default: 1194. Valid port range: 1 ~ 65535. The following ports are not supported: 22, 68, 179, 323, 500, 4500.
    ProjectName string
    Project to which the SSL server belongs. If left blank, the default is default, meaning the created resource belongs to the default project.
    Protocol string
    Protocol used by the SSL server. Options: TCP (default): TCP protocol. UDP: UDP protocol.
    SslVpnServerId string
    ID of the SSL server.
    SslVpnServerName string
    Name of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), underscores (_), and hyphens (-). Length: 1 to 128 characters. If not specified, defaults to the SSL server ID.
    Status string
    Status of the SSL server. Available: Available Creating: Creating Pending: In progress Deleting: Deleting.
    Tags []GetSslVpnServerTag
    Tags for the SSL server.
    UpdateTime string
    Modify the time of the SSL server.
    VpnGatewayId string
    ID of the VPN gateway used by the SSL server.
    auth string
    Authentication algorithm for the SSL server. SHA1 (default), MD5, None (no encryption).
    cipher string
    Encryption algorithm for the SSL server. AES-128-CBC (default) AES-192-CBC AES-256-CBC None (no encryption).
    client_cert_session_policy string
    Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
    client_ip_pool string
    SSL client address pool. In SSL VPN, the client address pool is the address range assigned to the client's virtual network interface, not the client's existing internal network segment. Client address pool mask range: /16 to /28. The client address pool must not conflict with the LocalSubnet or IPSec connection routes. The client address pool must not overlap with 100.64.0.0/10, 169.254.0.0/16, 127.0.0.0/8, 224.0.0.0/4, or 240.0.0.0/4. The number of available IPs in the client address pool must be greater than four times the number of SSL connections selected when creating the VPN gateway. For example, if the number of SSL connections is 10, the client address pool must have more than 40 available IPs.
    compress bool
    Whether to compress transmitted data. true: Enable compression for communication. false (default): Do not compress communication.
    creation_time string
    Time when the SSL server was created.
    description string
    Description of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), spaces ( ), underscores (_), hyphens (-), equals signs (=), English commas (,), Chinese commas (,), and Chinese periods (。). Length: 0 to 255 characters. If not specified, defaults to an empty string.
    id string
    Uniquely identifies the resource.
    is_blocked bool
    Indicates whether the current resource is blocked. true: Blocked false: Not blocked.
    local_subnets list(string)
    Local subnet of the SSL server. The local subnet is the address range accessed by clients through the SSL VPN connection. Note: Up to 5 local subnets can be specified, and they must not conflict with the ClientIpPool.
    port number
    Port used by the SSL server. Default: 1194. Valid port range: 1 ~ 65535. The following ports are not supported: 22, 68, 179, 323, 500, 4500.
    project_name string
    Project to which the SSL server belongs. If left blank, the default is default, meaning the created resource belongs to the default project.
    protocol string
    Protocol used by the SSL server. Options: TCP (default): TCP protocol. UDP: UDP protocol.
    ssl_vpn_server_id string
    ID of the SSL server.
    ssl_vpn_server_name string
    Name of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), underscores (_), and hyphens (-). Length: 1 to 128 characters. If not specified, defaults to the SSL server ID.
    status string
    Status of the SSL server. Available: Available Creating: Creating Pending: In progress Deleting: Deleting.
    tags list(object)
    Tags for the SSL server.
    update_time string
    Modify the time of the SSL server.
    vpn_gateway_id string
    ID of the VPN gateway used by the SSL server.
    auth String
    Authentication algorithm for the SSL server. SHA1 (default), MD5, None (no encryption).
    cipher String
    Encryption algorithm for the SSL server. AES-128-CBC (default) AES-192-CBC AES-256-CBC None (no encryption).
    clientCertSessionPolicy String
    Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
    clientIpPool String
    SSL client address pool. In SSL VPN, the client address pool is the address range assigned to the client's virtual network interface, not the client's existing internal network segment. Client address pool mask range: /16 to /28. The client address pool must not conflict with the LocalSubnet or IPSec connection routes. The client address pool must not overlap with 100.64.0.0/10, 169.254.0.0/16, 127.0.0.0/8, 224.0.0.0/4, or 240.0.0.0/4. The number of available IPs in the client address pool must be greater than four times the number of SSL connections selected when creating the VPN gateway. For example, if the number of SSL connections is 10, the client address pool must have more than 40 available IPs.
    compress Boolean
    Whether to compress transmitted data. true: Enable compression for communication. false (default): Do not compress communication.
    creationTime String
    Time when the SSL server was created.
    description String
    Description of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), spaces ( ), underscores (_), hyphens (-), equals signs (=), English commas (,), Chinese commas (,), and Chinese periods (。). Length: 0 to 255 characters. If not specified, defaults to an empty string.
    id String
    Uniquely identifies the resource.
    isBlocked Boolean
    Indicates whether the current resource is blocked. true: Blocked false: Not blocked.
    localSubnets List<String>
    Local subnet of the SSL server. The local subnet is the address range accessed by clients through the SSL VPN connection. Note: Up to 5 local subnets can be specified, and they must not conflict with the ClientIpPool.
    port Integer
    Port used by the SSL server. Default: 1194. Valid port range: 1 ~ 65535. The following ports are not supported: 22, 68, 179, 323, 500, 4500.
    projectName String
    Project to which the SSL server belongs. If left blank, the default is default, meaning the created resource belongs to the default project.
    protocol String
    Protocol used by the SSL server. Options: TCP (default): TCP protocol. UDP: UDP protocol.
    sslVpnServerId String
    ID of the SSL server.
    sslVpnServerName String
    Name of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), underscores (_), and hyphens (-). Length: 1 to 128 characters. If not specified, defaults to the SSL server ID.
    status String
    Status of the SSL server. Available: Available Creating: Creating Pending: In progress Deleting: Deleting.
    tags List<GetSslVpnServerTag>
    Tags for the SSL server.
    updateTime String
    Modify the time of the SSL server.
    vpnGatewayId String
    ID of the VPN gateway used by the SSL server.
    auth string
    Authentication algorithm for the SSL server. SHA1 (default), MD5, None (no encryption).
    cipher string
    Encryption algorithm for the SSL server. AES-128-CBC (default) AES-192-CBC AES-256-CBC None (no encryption).
    clientCertSessionPolicy string
    Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
    clientIpPool string
    SSL client address pool. In SSL VPN, the client address pool is the address range assigned to the client's virtual network interface, not the client's existing internal network segment. Client address pool mask range: /16 to /28. The client address pool must not conflict with the LocalSubnet or IPSec connection routes. The client address pool must not overlap with 100.64.0.0/10, 169.254.0.0/16, 127.0.0.0/8, 224.0.0.0/4, or 240.0.0.0/4. The number of available IPs in the client address pool must be greater than four times the number of SSL connections selected when creating the VPN gateway. For example, if the number of SSL connections is 10, the client address pool must have more than 40 available IPs.
    compress boolean
    Whether to compress transmitted data. true: Enable compression for communication. false (default): Do not compress communication.
    creationTime string
    Time when the SSL server was created.
    description string
    Description of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), spaces ( ), underscores (_), hyphens (-), equals signs (=), English commas (,), Chinese commas (,), and Chinese periods (。). Length: 0 to 255 characters. If not specified, defaults to an empty string.
    id string
    Uniquely identifies the resource.
    isBlocked boolean
    Indicates whether the current resource is blocked. true: Blocked false: Not blocked.
    localSubnets string[]
    Local subnet of the SSL server. The local subnet is the address range accessed by clients through the SSL VPN connection. Note: Up to 5 local subnets can be specified, and they must not conflict with the ClientIpPool.
    port number
    Port used by the SSL server. Default: 1194. Valid port range: 1 ~ 65535. The following ports are not supported: 22, 68, 179, 323, 500, 4500.
    projectName string
    Project to which the SSL server belongs. If left blank, the default is default, meaning the created resource belongs to the default project.
    protocol string
    Protocol used by the SSL server. Options: TCP (default): TCP protocol. UDP: UDP protocol.
    sslVpnServerId string
    ID of the SSL server.
    sslVpnServerName string
    Name of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), underscores (_), and hyphens (-). Length: 1 to 128 characters. If not specified, defaults to the SSL server ID.
    status string
    Status of the SSL server. Available: Available Creating: Creating Pending: In progress Deleting: Deleting.
    tags GetSslVpnServerTag[]
    Tags for the SSL server.
    updateTime string
    Modify the time of the SSL server.
    vpnGatewayId string
    ID of the VPN gateway used by the SSL server.
    auth str
    Authentication algorithm for the SSL server. SHA1 (default), MD5, None (no encryption).
    cipher str
    Encryption algorithm for the SSL server. AES-128-CBC (default) AES-192-CBC AES-256-CBC None (no encryption).
    client_cert_session_policy str
    Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
    client_ip_pool str
    SSL client address pool. In SSL VPN, the client address pool is the address range assigned to the client's virtual network interface, not the client's existing internal network segment. Client address pool mask range: /16 to /28. The client address pool must not conflict with the LocalSubnet or IPSec connection routes. The client address pool must not overlap with 100.64.0.0/10, 169.254.0.0/16, 127.0.0.0/8, 224.0.0.0/4, or 240.0.0.0/4. The number of available IPs in the client address pool must be greater than four times the number of SSL connections selected when creating the VPN gateway. For example, if the number of SSL connections is 10, the client address pool must have more than 40 available IPs.
    compress bool
    Whether to compress transmitted data. true: Enable compression for communication. false (default): Do not compress communication.
    creation_time str
    Time when the SSL server was created.
    description str
    Description of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), spaces ( ), underscores (_), hyphens (-), equals signs (=), English commas (,), Chinese commas (,), and Chinese periods (。). Length: 0 to 255 characters. If not specified, defaults to an empty string.
    id str
    Uniquely identifies the resource.
    is_blocked bool
    Indicates whether the current resource is blocked. true: Blocked false: Not blocked.
    local_subnets Sequence[str]
    Local subnet of the SSL server. The local subnet is the address range accessed by clients through the SSL VPN connection. Note: Up to 5 local subnets can be specified, and they must not conflict with the ClientIpPool.
    port int
    Port used by the SSL server. Default: 1194. Valid port range: 1 ~ 65535. The following ports are not supported: 22, 68, 179, 323, 500, 4500.
    project_name str
    Project to which the SSL server belongs. If left blank, the default is default, meaning the created resource belongs to the default project.
    protocol str
    Protocol used by the SSL server. Options: TCP (default): TCP protocol. UDP: UDP protocol.
    ssl_vpn_server_id str
    ID of the SSL server.
    ssl_vpn_server_name str
    Name of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), underscores (_), and hyphens (-). Length: 1 to 128 characters. If not specified, defaults to the SSL server ID.
    status str
    Status of the SSL server. Available: Available Creating: Creating Pending: In progress Deleting: Deleting.
    tags Sequence[GetSslVpnServerTag]
    Tags for the SSL server.
    update_time str
    Modify the time of the SSL server.
    vpn_gateway_id str
    ID of the VPN gateway used by the SSL server.
    auth String
    Authentication algorithm for the SSL server. SHA1 (default), MD5, None (no encryption).
    cipher String
    Encryption algorithm for the SSL server. AES-128-CBC (default) AES-192-CBC AES-256-CBC None (no encryption).
    clientCertSessionPolicy String
    Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
    clientIpPool String
    SSL client address pool. In SSL VPN, the client address pool is the address range assigned to the client's virtual network interface, not the client's existing internal network segment. Client address pool mask range: /16 to /28. The client address pool must not conflict with the LocalSubnet or IPSec connection routes. The client address pool must not overlap with 100.64.0.0/10, 169.254.0.0/16, 127.0.0.0/8, 224.0.0.0/4, or 240.0.0.0/4. The number of available IPs in the client address pool must be greater than four times the number of SSL connections selected when creating the VPN gateway. For example, if the number of SSL connections is 10, the client address pool must have more than 40 available IPs.
    compress Boolean
    Whether to compress transmitted data. true: Enable compression for communication. false (default): Do not compress communication.
    creationTime String
    Time when the SSL server was created.
    description String
    Description of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), spaces ( ), underscores (_), hyphens (-), equals signs (=), English commas (,), Chinese commas (,), and Chinese periods (。). Length: 0 to 255 characters. If not specified, defaults to an empty string.
    id String
    Uniquely identifies the resource.
    isBlocked Boolean
    Indicates whether the current resource is blocked. true: Blocked false: Not blocked.
    localSubnets List<String>
    Local subnet of the SSL server. The local subnet is the address range accessed by clients through the SSL VPN connection. Note: Up to 5 local subnets can be specified, and they must not conflict with the ClientIpPool.
    port Number
    Port used by the SSL server. Default: 1194. Valid port range: 1 ~ 65535. The following ports are not supported: 22, 68, 179, 323, 500, 4500.
    projectName String
    Project to which the SSL server belongs. If left blank, the default is default, meaning the created resource belongs to the default project.
    protocol String
    Protocol used by the SSL server. Options: TCP (default): TCP protocol. UDP: UDP protocol.
    sslVpnServerId String
    ID of the SSL server.
    sslVpnServerName String
    Name of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), underscores (_), and hyphens (-). Length: 1 to 128 characters. If not specified, defaults to the SSL server ID.
    status String
    Status of the SSL server. Available: Available Creating: Creating Pending: In progress Deleting: Deleting.
    tags List<Property Map>
    Tags for the SSL server.
    updateTime String
    Modify the time of the SSL server.
    vpnGatewayId String
    ID of the VPN gateway used by the SSL server.

    Supporting Types

    GetSslVpnServerTag

    Key string
    Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
    Value string
    Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    Key string
    Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
    Value string
    Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    key string
    Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
    value string
    Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    key String
    Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
    value String
    Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    key string
    Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
    value string
    Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    key str
    Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
    value str
    Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    key String
    Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
    value String
    Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.30
    published on Monday, May 25, 2026 by Byteplus

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial