drs:DeleteLaunchConfigurationTemplate

Write

drs:DeleteLaunchConfigurationTemplate is a Write access-level action in the drs service. Grants permission to delete launch configuration template

Resource types

ARNs that drs:DeleteLaunchConfigurationTemplate can be scoped to in an IAM policy.

arn:${Partition}:drs:${Region}:${Account}:launch-configuration-template/${LaunchConfigurationTemplateID}
LaunchConfigurationTemplateResource

Condition keys

Keys you can use in the Condition block of a policy that grants drs:DeleteLaunchConfigurationTemplate.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowDrsDeleteLaunchConfigurationTemplate",
      "Effect": "Allow",
      "Action": "drs:DeleteLaunchConfigurationTemplate",
      "Resource": "*"
    }
  ]
}

Related actions in drs

View all drs actions →