Viewing docs for volcenginecc v0.0.39
published on Monday, Jun 1, 2026 by Volcengine
published on Monday, Jun 1, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.39
published on Monday, Jun 1, 2026 by Volcengine
published on Monday, Jun 1, 2026 by Volcengine
Data Source schema for Volcengine::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: volcenginecc:vpn/getSslVpnServer:getSslVpnServer
arguments:
# arguments dictionarydata "volcenginecc_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).
- Client
Cert stringSession Policy - Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
- Client
Ip stringPool - 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 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 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 stringServer Id - ID of the SSL server.
- Ssl
Vpn stringServer Name - 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.
-
List<Volcengine.
Get Ssl Vpn Server Tag> - Tags for the SSL server.
- Update
Time string - Modify the time of the SSL server.
- Vpn
Gateway stringId - 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 stringSession Policy - Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
- Client
Ip stringPool - 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 []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.
- 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 stringServer Id - ID of the SSL server.
- Ssl
Vpn stringServer Name - 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.
-
[]Get
Ssl Vpn Server Tag - Tags for the SSL server.
- Update
Time string - Modify the time of the SSL server.
- Vpn
Gateway stringId - 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_ stringsession_ policy - Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
- client_
ip_ stringpool - 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_ stringserver_ id - ID of the SSL server.
- ssl_
vpn_ stringserver_ name - 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.
- list(object)
- Tags for the SSL server.
- update_
time string - Modify the time of the SSL server.
- vpn_
gateway_ stringid - 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 StringSession Policy - Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
- client
Ip StringPool - 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.
- 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 Boolean - 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 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.
- 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 StringServer Id - ID of the SSL server.
- ssl
Vpn StringServer Name - 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.
-
List<Get
Ssl Vpn Server Tag> - Tags for the SSL server.
- update
Time String - Modify the time of the SSL server.
- vpn
Gateway StringId - 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 stringSession Policy - Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
- client
Ip stringPool - 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.
- 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 boolean - Indicates whether the current resource is blocked. true: Blocked false: Not blocked.
- local
Subnets 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 stringServer Id - ID of the SSL server.
- ssl
Vpn stringServer Name - 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.
-
Get
Ssl Vpn Server Tag[] - Tags for the SSL server.
- update
Time string - Modify the time of the SSL server.
- vpn
Gateway stringId - 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_ strsession_ policy - Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
- client_
ip_ strpool - 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_ strserver_ id - ID of the SSL server.
- ssl_
vpn_ strserver_ name - 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.
-
Sequence[Get
Ssl Vpn Server Tag] - Tags for the SSL server.
- update_
time str - Modify the time of the SSL server.
- vpn_
gateway_ strid - 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 StringSession Policy - Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
- client
Ip StringPool - 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.
- 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 Boolean - 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 StringServer Id - ID of the SSL server.
- ssl
Vpn StringServer Name - 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.
- List<Property Map>
- Tags for the SSL server.
- update
Time String - Modify the time of the SSL server.
- vpn
Gateway StringId - 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
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.39
published on Monday, Jun 1, 2026 by Volcengine
published on Monday, Jun 1, 2026 by Volcengine