codedeploy:DeleteDeploymentConfig

Write

codedeploy:DeleteDeploymentConfig is a Write access-level action in the codedeploy service. Grants permission to delete a custom deployment configuration associated with the IAM user

Resource types

ARNs that codedeploy:DeleteDeploymentConfig can be scoped to in an IAM policy.

arn:${Partition}:codedeploy:${Region}:${Account}:deploymentconfig:${DeploymentConfigurationName}
deploymentconfig

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowCodedeployDeleteDeploymentConfig",
      "Effect": "Allow",
      "Action": "codedeploy:DeleteDeploymentConfig",
      "Resource": "*"
    }
  ]
}

Related actions in codedeploy

View all codedeploy actions →