class Aws::CloudFormation::Types::ParameterDeclaration

The ParameterDeclaration data type.

@!attribute [rw] parameter_key

The name that's associated with the parameter.
@return [String]

@!attribute [rw] default_value

The default value of the parameter.
@return [String]

@!attribute [rw] parameter_type

The type of parameter.
@return [String]

@!attribute [rw] no_echo

Flag that indicates whether the parameter value is shown as plain
text in logs and in the Amazon Web Services Management Console.
@return [Boolean]

@!attribute [rw] description

The description that's associate with the parameter.
@return [String]

@!attribute [rw] parameter_constraints

The criteria that CloudFormation uses to validate parameter values.
@return [Types::ParameterConstraints]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ParameterDeclaration AWS API Documentation

Constants

SENSITIVE