Builder

class Builder

Properties

Link copied to clipboard

A regular expression used to validate the parameter value. For example, for String types with values restricted to numbers, you can specify the following: AllowedPattern=^\d+$

Link copied to clipboard

The data type for a String parameter. Supported data types include plain text and Amazon Machine Image (AMI) IDs.

Link copied to clipboard

Information about the parameter that you want to add to the system. Optional but recommended.

Link copied to clipboard

The Key Management Service (KMS) ID that you want to use to encrypt a parameter. Use a custom key for better security. Required for parameters that use the SecureString data type.

Link copied to clipboard
var name: String?

The fully qualified name of the parameter that you want to add to the system.

Link copied to clipboard

Overwrite an existing parameter. The default value is false.

Link copied to clipboard

One or more policies to apply to a parameter. This operation takes a JSON array. Parameter Store, a capability of Amazon Web Services Systems Manager supports the following policy types:

Link copied to clipboard
var tags: List<Tag>?

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a Systems Manager parameter to identify the type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter. In this case, you could specify the following key-value pairs:

Link copied to clipboard

The parameter tier to assign to a parameter.

Link copied to clipboard

The type of parameter that you want to add to the system.

Link copied to clipboard

The parameter value that you want to add to the system. Standard parameters have a value limit of 4 KB. Advanced parameters have a value limit of 8 KB.