Skip to main content

CreateApplicationAwsPrincipalAssociationRequest

  • Stability: stable

Creates the association between a logical Dataspine principal, its IAM role or user ARN, and an application so runtime workloads can assume the correct AWS identity.

  • Qualified id: com.dataspine.controlplane.CreateApplicationAwsPrincipalAssociationRequest@1
  • Kind: struct

Properties

NameTypeDescription
application_idUuidApplication receiving the AWS principal binding.
principal_idUuidExisting Dataspine principal whose AWS identity is being linked.
iam_principal_arnStringFully qualified IAM principal ARN (role or user) that should be associated for AWS integrations.

Back to Control Plane