sagemaker:DeleteAssociation is a Write access-level action in the sagemaker service. Grants permission to delete the association from a lineage entity (artifact, context, action, experiment, experiment-trial-component) to another
ARNs that sagemaker:DeleteAssociation can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants sagemaker:DeleteAssociation.
Filters access by a tag key and value pair
Filters access by a tag key and value pair
A minimal policy that allows sagemaker:DeleteAssociation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSagemakerDeleteAssociation",
"Effect": "Allow",
"Action": "sagemaker:DeleteAssociation",
"Resource": "*"
}
]
}