Skip to content

parameter data source

Description

ParameterDataSource resolves one existing SSM parameter by name with a single GetParameter call. with-decryption defaults to true, matching the lookup's read-sensitive-value behavior while still allowing an explicit false. A missing parameter is a data-source failure, not resource-style drift.

Source: internal/service/ssm/parameter_dsrc.go:17

Example usage:

imports: {
  aws-ssm: 'github.com/cloudboss/unobin-library-aws//service/ssm'
}

data-sources: {
  example: aws-ssm.parameter {
    # Set input fields here.
  }
}

Inputs

name

string

required

with-decryption

optional(boolean)

default true

Input Constraints

This kind declares no extra input constraints.

Outputs

arn

string

name

string

type

string

version

integer

value

string

sensitive

insecure-value

optional(string)