Attaches the specified AWS integration to a Stack. Note that at least one of either the 'read'
or 'write' parameters must be true, and a Stack can have at most one read, and one write attachment.
A single integration can be attached for both read and write.
AwsIntegrationStackAttachment!
AwsIntegrationStackAttachment!- idGlobally unique attachment identifier.
- isModuleTrue if the attached stack is type of Module.
- readWhether the integration is used for read operations.
- stackIdSlug of the attached stack.
- stackNameName of the attached stack.
- writeWhether the integration is used for write operations.