SecretParameterArgs

data class SecretParameterArgs(val constraints: Output<String>? = null, val description: Output<String>? = null, val keyId: Output<String>? = null, val resourceGroupId: Output<String>? = null, val secretParameterName: Output<String>? = null, val tags: Output<Map<String, Any>>? = null, val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<SecretParameterArgs>

Provides a OOS Secret Parameter resource. For information about OOS Secret Parameter and how to use it, see What is Secret Parameter.

NOTE: Available in v1.147.0+.

Import

OOS Secret Parameter can be imported using the id, e.g.

$ pulumi import alicloud:oos/secretParameter:SecretParameter example <secret_parameter_name>

Constructors

Link copied to clipboard
fun SecretParameterArgs(constraints: Output<String>? = null, description: Output<String>? = null, keyId: Output<String>? = null, resourceGroupId: Output<String>? = null, secretParameterName: Output<String>? = null, tags: Output<Map<String, Any>>? = null, type: Output<String>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SecretParameterArgs

Properties

Link copied to clipboard
val constraints: Output<String>? = null

The constraints of the encryption parameter. By default, this parameter is null. Valid values:

Link copied to clipboard
val description: Output<String>? = null

The description of the encryption parameter. The description must be 1 to 200 characters in length.

Link copied to clipboard
val keyId: Output<String>? = null

The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.

Link copied to clipboard
val resourceGroupId: Output<String>? = null

The ID of the Resource Group.

Link copied to clipboard
val secretParameterName: Output<String>? = null

The name of the encryption parameter. The name must be 2 to 180 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with ALIYUN, ACS, ALIBABA, ALICLOUD, or OOS.

Link copied to clipboard
val tags: Output<Map<String, Any>>? = null

A mapping of tags to assign to the resource.

Link copied to clipboard
val type: Output<String>? = null

The data type of the encryption parameter. Valid values: Secret.

Link copied to clipboard
val value: Output<String>? = null

The value of the encryption parameter. The value must be 1 to 4096 characters in length.