SecretParameter

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>

Properties

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

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

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

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

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

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceGroupId: Output<String>

The ID of the Resource Group.

Link copied to clipboard

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>>?

A mapping of tags to assign to the resource.

Link copied to clipboard
val type: Output<String>

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val value: Output<String>

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