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
| Name | Type | Description |
|---|---|---|
application_id | Uuid | Application receiving the AWS principal binding. |
principal_id | Uuid | Existing Dataspine principal whose AWS identity is being linked. |
iam_principal_arn | String | Fully qualified IAM principal ARN (role or user) that should be associated for AWS integrations. |