groundstation:DeleteDataflowEndpointGroup

Write

groundstation:DeleteDataflowEndpointGroup is a Write access-level action in the groundstation service. Grants permission to delete a data flow endpoint group

Resource types

ARNs that groundstation:DeleteDataflowEndpointGroup can be scoped to in an IAM policy.

arn:${Partition}:groundstation:${Region}:${Account}:dataflow-endpoint-group/${DataflowEndpointGroupId}
DataflowEndpointGroup

Condition keys

Keys you can use in the Condition block of a policy that grants groundstation:DeleteDataflowEndpointGroup.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

groundstation:DataflowEndpointGroupId String

Filters access by the ID of a dataflow endpoint group

Example IAM policy

A minimal policy that allows groundstation:DeleteDataflowEndpointGroup. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowGroundstationDeleteDataflowEndpointGroup",
      "Effect": "Allow",
      "Action": "groundstation:DeleteDataflowEndpointGroup",
      "Resource": "*"
    }
  ]
}

Related actions in groundstation

View all groundstation actions →