aws-cloudformation / aws-cloudformation-resource-providers-cloudformation

The CloudFormation Resource Provider Package For AWS CloudFormation
https://aws.amazon.com/cloudformation/
Apache License 2.0
47 stars 35 forks source link

[Maestro-14785] Fix DeploymentTarget - AccountURL in resource handler and documentation #117

Closed danielsun776 closed 11 months ago

danielsun776 commented 11 months ago

Issue #, if available: Fix DeploymentTarget - AccountURL in resource handler and documentation https://issues.amazon.com/issues/Maestro-14785 Description of changes:

StackSet as a resource should have feature parity with our APIs, but it does not support AccountsURL.

Additionally, the documentation for AccountURL states that DeploymentTargets (and by extension AccountURL) is only for service managed stack sets, but it is actually applicable to both. See https://docs.aws.amazon.com/cli/latest/reference/cloudformation/create-stack-instances.html

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.