OptionalforceThe name of the CloudFormation stack output to resolve outputs from. If the parameter is exported from the stack, this is enough to resolve it. If the parameter is not exported, stackName parameter is required.
OptionalregionOptional. The region where the stack is deployed. If not provided, the current region will be used.
OptionalstackIf the output is not exported from the source stack, provide the stack name to resolve it from the stack directly
OptionalstackOptional. The Lambda function to use for resolving the stack output. If not provided, a new Lambda function will be created.
Force the update of the resolved stack output even if the value has not changed. If set to true, the custom resource will always trigger an update to the stack. This can be useful for ensuring that the output is always up-to-date, but it may lead to unnecessary stack updates and increased deployment times.
A custom string token can also be passed. If the string value has changed, an update will be triggerred