Skip to content

Delete Resources By External Id

codedeploy_delete_resources_by_external_id R Documentation

Deletes resources linked to an external ID

Description

Deletes resources linked to an external ID. This action only applies if you have configured blue/green deployments through CloudFormation.

It is not necessary to call this action directly. CloudFormation calls it on your behalf when it needs to delete stack resources. This action is offered publicly in case you need to delete resources to comply with General Data Protection Regulation (GDPR) requirements.

Usage

codedeploy_delete_resources_by_external_id(externalId)

Arguments

externalId

The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.

Value

An empty list.

Request syntax

svc$delete_resources_by_external_id(
  externalId = "string"
)