AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteResourcesByExternalIdAsync.

Namespace: Amazon.CodeDeploy
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z

Syntax

C#
public abstract DeleteResourcesByExternalIdResponse DeleteResourcesByExternalId(
         DeleteResourcesByExternalIdRequest request
)

Parameters

request
Type: Amazon.CodeDeploy.Model.DeleteResourcesByExternalIdRequest

Container for the necessary parameters to execute the DeleteResourcesByExternalId service method.

Return Value


The response from the DeleteResourcesByExternalId service method, as returned by CodeDeploy.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also