awsIntegrations

Lists any AWS integrations connected to the account. By default this excludes any integrations that were created via the stackIntegrationAwsCreate mutation. You can return all integrations by setting includeLegacy to true.

Arguments

Returns

[AwsIntegration!]!
[AwsIntegration!]!
Collapse
  • hasAttachedStacks
    Indicates whether any stacks are attached to this policy, either directly or via auto-attachment.
  • The unique ID for managing the integration within Spacelift.
  • space
    ID of the space this AwsIntegration belongs to.
  • The friendly name of the integration.
  • roleArn
    AWS IAM role to assume.
  • region
    AWS region.
  • durationSeconds
    Duration in seconds for which the assumed role credentials should be valid.
  • generateCredentialsInWorker
    AWS credentials will be generated in the private worker.
  • externalId
    AWS external ID (only valid when generating credentials in private workers).
  • User-defined labels set on the integration.
  • legacy
    Indicates that this integration was automatically created via the stackIntegrationAwsCreate mutation and is bound to a single stack.
  • autoattachEnabled
    Enable support for autoattach labels
  • tagAssumeRole
    Enable session tags when assuming the role
  • notificationCount
    Number of the aws integration notifications.