awsIntegrationAttach

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.

Arguments

Returns

AwsIntegrationStackAttachment!
AwsIntegrationStackAttachment!
Collapse
  • id
    Globally unique attachment identifier.
  • isModule
    True if the attached stack is type of Module.
  • Whether the integration is used for read operations.
  • stackId
    Slug of the attached stack.
  • stackName
    Name of the attached stack.
  • Whether the integration is used for write operations.