CodeDeploy / Client / delete_resources_by_external_id
delete_resources_by_external_id#
- CodeDeploy.Client.delete_resources_by_external_id(**kwargs)#
Deletes resources linked to an external ID. This action only applies if you have configured blue/green deployments through CloudFormation.
Note
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.
See also: AWS API Documentation
Request Syntax
response = client.delete_resources_by_external_id( externalId='string' )
- Parameters:
externalId (string) – The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –