Attaches the specified Azure 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. The subscriptionId can be
set when attaching an integration to override the default Azure subscription Id configured
against the integration.
AzureIntegrationStackAttachment!
AzureIntegrationStackAttachment!- idGlobally unique attachment identifier.
- isModuleTrue if the attached stack is type of Module.
- readTrue if this attachment is used for read operations.
- stackIdSlug of the attached stack.
- stackNameName of the attached stack.
- writeTrue if this attachment is used for write operations.
- subscriptionIdContains the Azure subscription ID to use with this Stack. Overrides the defaultSubscriptionId set at the account level.