ParameterArgs

data class ParameterArgs(val allowedPattern: Output<String>? = null, val dataType: Output<ParameterDataType>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val policies: Output<String>? = null, val tags: Output<Any>? = null, val tier: Output<ParameterTier>? = null, val type: Output<ParameterType>? = null, val value: Output<String>? = null) : ConvertibleToJava<ParameterArgs>

Resource Type definition for AWS::SSM::Parameter

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
fun ParameterArgs(allowedPattern: Output<String>? = null, dataType: Output<ParameterDataType>? = null, description: Output<String>? = null, name: Output<String>? = null, policies: Output<String>? = null, tags: Output<Any>? = null, tier: Output<ParameterTier>? = null, type: Output<ParameterType>? = null, value: Output<String>? = null)

Functions

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

Properties

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

The regular expression used to validate the parameter value.

Link copied to clipboard
val dataType: Output<ParameterDataType>? = null

The corresponding DataType of the parameter.

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

The information about the parameter.

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

The name of the parameter.

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

The policies attached to the parameter.

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

A key-value pair to associate with a resource.

Link copied to clipboard
val tier: Output<ParameterTier>? = null

The corresponding tier of the parameter.

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

The type of the parameter.

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

The value associated with the parameter.