Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input Name

Input Code

Required

Description

Template URL

FDAWS_CF_TEMPLATE_URL

No

The URL path to the template to use for creating a stack.

Template File Path

FDAWS_CF_TEMPLATE_FILEPATH

No

The path to the template file to use.

Stack Name

FDAWS_CF_STACK_NAME

Yes

The name or Id for the stack to update.

Template Parameters

FDAWS_CF_TEMPLATE_PARAMETERS

No

Semicolon delimited list of parameters to use when creating the stack. (e.g.DBUser=sys;DBPassword=welcome1)

Use Previous Value

FDAWS_CF_USE_PREVIOUS_VALUE

No

Semicolon delimited list of parameters to use when updating the stack, it will use the existing parameter value for a given parameter key. (e.g. DBUser;DBPassword)

Stack Status Timeout

FDAWS_CF_STACK_STATUS_TIMEOUT

No

A timeout, in seconds, for fetching the status of the stack. Defaults to 300 seconds (5 minutes). (Integer)

Outputs

Output Name

Required

Description

FDAWS_CF_Stack_ID

Yes

Id of the newly created or updated stack.

FDAWS_CF_Stack_Status

Yes

Status of the newly created or updated stack.

...