DeleteIntegration
Deletes a zero-ETL integration with Amazon Redshift.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- IntegrationIdentifier
-
The unique identifier of the integration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_:\-\/]+
Required: Yes
Response Elements
The following elements are returned by the service.
- AdditionalEncryptionContext
- AdditionalEncryptionContext.entry.N.key (key)
- AdditionalEncryptionContext.entry.N.value (value)
-
The encryption context for the integration. For more information, see Encryption context in the AWS Key Management Service Developer Guide.
Type: String to string map
- CreateTime
-
The time when the integration was created, in Universal Coordinated Time (UTC).
Type: Timestamp
- DataFilter
-
Data filters for the integration. These filters determine which tables from the source database are sent to the target Amazon Redshift data warehouse.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 25600.
Pattern:
[a-zA-Z0-9_ "\\\-$,*.:?+\/]*
- Description
-
A description of the integration.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1000.
Pattern:
.*
- Errors.IntegrationError.N
-
Any errors associated with the integration.
Type: Array of IntegrationError objects
- IntegrationArn
-
The ARN of the integration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
arn:aws[a-z\-]*:rds(-[a-z]*)?:[a-z0-9\-]*:[0-9]*:integration:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
- IntegrationName
-
The name of the integration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*
- KMSKeyId
-
The AWS Key Management System (AWS KMS) key identifier for the key used to to encrypt the integration.
Type: String
- SourceArn
-
The Amazon Resource Name (ARN) of the database used as the source for replication.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
arn:aws[a-z\-]*:rds(-[a-z]*)?:[a-z0-9\-]*:[0-9]*:(cluster|db):[a-z][a-z0-9]*(-[a-z0-9]+)*
- Status
-
The current status of the integration.
Type: String
Valid Values:
creating | active | modifying | failed | deleting | syncing | needs_attention
- Tags.Tag.N
-
A list of tags.
For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide.
Type: Array of Tag objects
- TargetArn
-
The ARN of the Redshift data warehouse used as the target for replication.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Errors
For information about the errors that are common to all actions, see Common Errors.
- IntegrationConflictOperationFault
-
A conflicting conditional operation is currently in progress against this resource. Typically occurs when there are multiple requests being made to the same resource at the same time, and these requests conflict with each other.
HTTP Status Code: 400
- IntegrationNotFoundFault
-
The specified integration could not be found.
HTTP Status Code: 404
- InvalidIntegrationStateFault
-
The integration is in an invalid state and can't perform the requested operation.
HTTP Status Code: 400
Examples
Example
This example illustrates one usage of DeleteIntegration.
Sample Request
https://rds.us-east-1.amazonaws.com/
?Action=DeleteIntegration
&IntegrationIdentifier=f30acbd8-aaab-4c3c-afb5-09d51d041037
&SignatureMethod=HmacSHA256
&SignatureVersion=4
&Version=2014-10-31
&X-Amz-Credential=AKIADQKE4SARGYLE/20141031/us-east-1/rds/aws4_request
&X-Amz-Date=20230110T191150Z
&X-Amz-SignedHeaders=content-type;host;user-agent;x-amz-date
&X-Amz-Signature=8a684aebe6d5219bb3572316a341963324d6ef339bd0dcfa5854f1a01d401214
Sample Response
<DeleteIntegrationResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
<DeleteIntegrationResult>
<SourceArn>arn:aws:rds:us-east-1:123456789012:cluster:source-db</SourceArn>
<IntegrationName>my-integration</IntegrationName>
<IntegrationArn>arn:aws:rds:us-east-1:123456789012:integration:f30acbd8-aaab-4c3c-afb5-09d51d041037</IntegrationArn>
<TargetArn>arn:aws:redshift-serverless:us-east-1:123456789012:namespace/0844171c-1e01-4d9f-be52-89e6c44083e5</TargetArn>
<Tags/>
<CreateTime>2023-12-14T00:15:21.358Z</CreateTime>
<KMSKeyId>arn:aws:kms:us-east-1:211223847500:key/eda7134d-cd39-4af1-b62b-ad2415b6bccc</KMSKeyId>
<Status>deleting</Status>
</DeleteIntegrationResult>
<ResponseMetadata>
<RequestId>eb348bf0-a8f3-40e8-9e59-6c5c5ed31371</RequestId>
</ResponseMetadata>
</DeleteIntegrationResponse>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: