integration
Gets an individual integration
resource
Overview
Name | integration |
Type | Resource |
Description | integration |
Id | awscc.rds.integration |
Fields
Name | Datatype | Description |
---|---|---|
integration_name | string | The name of the integration. |
tags | array | An array of key-value pairs to apply to this resource. |
source_arn | string | The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for replication. |
target_arn | string | The ARN of the Redshift data warehouse to use as the target for replication. |
integration_arn | string | The ARN of the integration. |
kms_key_id | string | An optional AWS Key Management System (AWS KMS) key ARN for the key used to to encrypt the integration. The resource accepts the key ID and the key ARN forms. The key ID form can be used if the KMS key is owned by te same account. If the KMS key belongs to a different account than the calling account, the full key ARN must be specified. Do not use the key alias or the key alias ARN as this will cause a false drift of the resource. |
additional_encryption_context | object | |
create_time | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
integration_name,
tags,
source_arn,
target_arn,
integration_arn,
kms_key_id,
additional_encryption_context,
create_time
FROM awscc.rds.integration
WHERE data__Identifier = '<IntegrationArn>';
Permissions
To operate on the integration
resource, the following permissions are required:
Read
rds:DescribeIntegrations
Update
rds:DescribeIntegrations,
rds:AddTagsToResource,
rds:RemoveTagsFromResource
Delete
rds:DeleteIntegration,
rds:DescribeIntegrations