Skip to content

/AWS1/CL_FRMPARAMETER

The Parameter data type.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_PARAMETERKEY TYPE /AWS1/FRMPARAMETERKEY /AWS1/FRMPARAMETERKEY

The key associated with the parameter. If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.

IV_PARAMETERVALUE TYPE /AWS1/FRMPARAMETERVALUE /AWS1/FRMPARAMETERVALUE

The input value associated with the parameter.

IV_USEPREVIOUSVALUE TYPE /AWS1/FRMUSEPREVIOUSVALUE /AWS1/FRMUSEPREVIOUSVALUE

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

IV_RESOLVEDVALUE TYPE /AWS1/FRMPARAMETERVALUE /AWS1/FRMPARAMETERVALUE

Read-only. The value that corresponds to a SSM parameter key. This field is returned only for SSM parameter types in the template.


Queryable Attributes

ParameterKey

The key associated with the parameter. If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.

Accessible with the following methods

Method Description
GET_PARAMETERKEY() Getter for PARAMETERKEY, with configurable default
ASK_PARAMETERKEY() Getter for PARAMETERKEY w/ exceptions if field has no value
HAS_PARAMETERKEY() Determine if PARAMETERKEY has a value

ParameterValue

The input value associated with the parameter.

Accessible with the following methods

Method Description
GET_PARAMETERVALUE() Getter for PARAMETERVALUE, with configurable default
ASK_PARAMETERVALUE() Getter for PARAMETERVALUE w/ exceptions if field has no valu
HAS_PARAMETERVALUE() Determine if PARAMETERVALUE has a value

UsePreviousValue

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

Accessible with the following methods

Method Description
GET_USEPREVIOUSVALUE() Getter for USEPREVIOUSVALUE, with configurable default
ASK_USEPREVIOUSVALUE() Getter for USEPREVIOUSVALUE w/ exceptions if field has no va
HAS_USEPREVIOUSVALUE() Determine if USEPREVIOUSVALUE has a value

ResolvedValue

Read-only. The value that corresponds to a SSM parameter key. This field is returned only for SSM parameter types in the template.

Accessible with the following methods

Method Description
GET_RESOLVEDVALUE() Getter for RESOLVEDVALUE, with configurable default
ASK_RESOLVEDVALUE() Getter for RESOLVEDVALUE w/ exceptions if field has no value
HAS_RESOLVEDVALUE() Determine if RESOLVEDVALUE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PARAMETERS

TYPES TT_PARAMETERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMPARAMETER WITH DEFAULT KEY
.