AwsSsmParameterPropertiesArgs

data class AwsSsmParameterPropertiesArgs(val allowedPattern: Output<String>? = null, val dataType: Output<Either<String, DataType>>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val policies: Output<String>? = null, val tags: Output<Any>? = null, val tier: Output<Either<String, Tier>>? = null, val type: Output<Either<String, Type>>? = null, val value: Output<String>? = null) : ConvertibleToJava<AwsSsmParameterPropertiesArgs>

Definition of awsSsmParameter

Constructors

Link copied to clipboard
constructor(allowedPattern: Output<String>? = null, dataType: Output<Either<String, DataType>>? = null, description: Output<String>? = null, name: Output<String>? = null, policies: Output<String>? = null, tags: Output<Any>? = null, tier: Output<Either<String, Tier>>? = null, type: Output<Either<String, Type>>? = null, value: Output<String>? = null)

Properties

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

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
val dataType: Output<Either<String, DataType>>? = null

The data type of the parameter, such as `text` or `aws:ec2:image`. The default is `text`.

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

Information about the parameter.

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

The name of the parameter. The maximum length constraint listed below includes capacity for additional system attributes that aren't part of the name. The maximum length for a parameter name, including the full length of the parameter Amazon Resource Name (ARN), is 1011 characters. For example, the length of the following parameter name is 65 characters, not 20 characters: `arn:aws:ssm:us-east-2:111222333444:parameter/ExampleParameterName`

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

Information about the policies assigned to a parameter. Assigning parameter policies in the User Guide.

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

Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs). 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 SYS parameter to identify the type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter.

Link copied to clipboard
val tier: Output<Either<String, Tier>>? = null

The parameter tier.

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

The type of parameter.

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

The parameter value. If type is `StringList`, the system returns a comma-separated string with no spaces between commas in the `Value` field.

Functions

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