Parameter

class Parameter : KotlinCustomResource

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.

Properties

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

The regular expression used to validate the parameter value.

Link copied to clipboard

The corresponding DataType of the parameter.

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

The information about the parameter.

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

The name of the parameter.

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

The policies attached to the parameter.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Any>?

A key-value pair to associate with a resource.

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

The corresponding tier of the parameter.

Link copied to clipboard
val type: Output<ParameterType>

The type of the parameter.

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

The value associated with the parameter.