Skip to main content

AWSCloudFormationStackOutput

No description

type AWSCloudFormationStackOutput {
description: String!
exportName: String!
key: String!
value: String!
}

Fields

AWSCloudFormationStackOutput.description ● String! non-null scalar

User defined description associated with the output

AWSCloudFormationStackOutput.exportName ● String! non-null scalar

The name of the export associated with the output

AWSCloudFormationStackOutput.key ● String! non-null scalar

The key associated with the output

AWSCloudFormationStackOutput.value ● String! non-null scalar

The value associated with the output

Member of

AWSCloudFormationStack object