メインコンテンツまでスキップ

AWSCloudFormationStackParameter

No description

type AWSCloudFormationStackParameter {
key: String!
value: String!
resolvedValue: String!
usePreviousValue: Boolean!
}

Fields

AWSCloudFormationStackParameter.key ● String! non-null scalar

The key associated with the Parameter

AWSCloudFormationStackParameter.value ● String! non-null scalar

The value associated with the Parameter

AWSCloudFormationStackParameter.resolvedValue ● String! non-null scalar

The value that corresponds to a SSM parameter key

AWSCloudFormationStackParameter.usePreviousValue ● Boolean! non-null scalar

During a stack update, use the existing parameter value that the stack is using for a given parameter key

Member of

AWSCloudFormationStack object