| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The status value sent by the custom resource provider in response to an AWS CloudFormation-generated request.
Must be either SUCCESS or FAILED.
Required: Yes.
Type: String.
Describes the reason for a failure response.
Required: Required if Status is FAILED; optional
otherwise.
Type: String.
This value should be an identifier unique to the custom resource vendor, and can be up to 1Kb in size.
Required: Yes.
Type: String.
The Amazon Resource Name (ARN) that identifies the stack containing the custom resource. This response value should be copied verbatim from the request.
Required: Yes.
Type: String.
A unique ID for the request. This response value should be copied verbatim from the request.
Required: Yes.
Type: String.
The template developer-chosen name (logical ID) of the custom resource in the AWS CloudFormation template. This response value should be copied verbatim from the request.
Required: Yes.
Type: String.
Optional, custom resource provider-defined name/value pairs to send with the response. The values
provided here can be accessed by name in the template with Fn::GetAtt.
Required: No.
Type: JSON object.