azureIntegrationAttach

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.

Arguments

Returns

AzureIntegrationStackAttachment!
AzureIntegrationStackAttachment!
Collapse
  • id
    Globally unique attachment identifier.
  • isModule
    True if the attached stack is type of Module.
  • True if this attachment is used for read operations.
  • stackId
    Slug of the attached stack.
  • stackName
    Name of the attached stack.
  • True if this attachment is used for write operations.
  • subscriptionId
    Contains the Azure subscription ID to use with this Stack. Overrides the defaultSubscriptionId set at the account level.