检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Table 7 Parameter Parameter Type Description param_name String Parameter name. param_type String Parameter type. param_group String Parameter group. default_value String Initial value of a parameter. id String Parameter ID. encryption Boolean Whether to encrypt the data. hint String
__system__cmkid String Specifies the ID of the key used to encrypt the image. min_disk Integer Specifies the minimum disk space (GB) required for running the image. For Linux, the value ranges from 10 GB to 1,024 GB.
EVS uses the industry-standard XTS-AES-256 cryptographic algorithm and keys to encrypt EVS disks. The encryption attribute of a disk cannot be changed after the disk has been purchased. Disk Name volume-0001 Enter a disk name.
To ensure security, encrypt your AK and SK, store them in configuration files or environment variables, and decrypt them when needed. package com.huawei.dli.demo; import org.apache.spark.sql.Dataset; import org.apache.spark.sql.Row; import org.apache.spark.sql.SaveMode; import org.apache.spark.sql.SparkSession
If encryption has been enabled for the selected OBS bucket, select a key name and select I agree to grant permissions on Key Management Service (KMS) to LTS so LTS can create and use keys to encrypt and decrypt transferred logs.
CREATE SERVER obs_server FOREIGN DATA WRAPPER DFS_FDW OPTIONS ( address 'obs.example.xxx:xxx', encrypt 'true', access_key 'xxxxxxxxx', secret_access_key 'xxxxxxxxxxxxxx', type 'obs' ); -- Invoke this function to generate a foreign table for audit logs.
Value range: Boolean After this function is enabled, the SSL certificate is used to encrypt communication. Any modification of this parameter takes effect only after a restart.
Static Data Encryption You can determine whether to encrypt static data. Disable: Data is not encrypted. Enable: If you select this option, your data will be encrypted on disks and stored in ciphertext after you create an instance.
Value range: AES256, indicating AES is used to encrypt the object in SSE-C. For details, see Table 4. Default value: None sseAlgorithm SSEAlgorithmEnum No Explanation: Encryption algorithm. Restrictions: Only AES256 is supported. Value range: See Table 5.
When establishing connections to the GaussDB server using ODBC, you can enable SSL connections to encrypt client and server communications. To enable SSL connection, you must have the server certificate, client certificate, and private key files.
Encryption Configure whether to encrypt underlying storage. If you select Enabled (key), an encryption key must be configured. Currently, encryption is not supported. Enterprise Project This parameter is only available for enterprise accounts with enterprise projects enabled.
The value cannot contain special characters such as ;|&><'$ CAUTION: When entering a parameter containing sensitive information (for example, login password), you can add an at sign (@) before the parameter name to encrypt the parameter value.
If Custom command is selected, exercise caution when inputting sensitive information in the echo, cat, or debug command, or encrypt sensitive information to avoid information leakage.
KMS key used to encrypt and decrypt data source authentication information. Select a default or custom key. NOTE: When you use KMS for encryption through DataArts Studio or KPS for the first time, the default key dlf/default or kps/default is automatically generated.
To ensure security, encrypt your AK and SK, store them in configuration files or environment variables, and decrypt them when needed. package com.huawei.dli.demo; import org.apache.spark.sql.Dataset; import org.apache.spark.sql.Row; import org.apache.spark.sql.SaveMode; import org.apache.spark.sql.SparkSession
Value range: AES256 (AES256 encryption algorithm) Default value: None ssec_customer_key char * No Explanation: Indicates the key used to encrypt an object. Restrictions: The header is used only in SSE-C mode.
Value range: AES256 (AES256 encryption algorithm) Default value: None ssec_customer_key char * No Explanation: Indicates the key used to encrypt an object. Restrictions: The header is used only in SSE-C mode.
Value range: AES256 (AES256 encryption algorithm) Default value: None ssec_customer_key char * No Explanation: Indicates the key used to encrypt an object. Restrictions: The header is used only in SSE-C mode.
For security, encrypt your appKey/appSecret and store them in the configuration file or environment variables.
For security purposes, encrypt your AK and SK and store them in the configuration file or environment variables. // In this example, the AK and SK are stored in environment variables for identity authentication.