Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions website/docs/guides/adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,16 @@ The `services.k8s.aws/adoption-fields` annotation specifies which fields ACK sho

| Resource Type | Adoption Field | Example |
|--------------|----------------|---------|
| DBCluster | `dbClusterIdentifier` | `{"dbClusterIdentifier": "my-db-cluster"}` |
| DynamoDB Table | `tableName` | `{"tableName": "my-table"}` |
| EKS Cluster | `name` | `{"name": "my-cluster"}` |
| IAM Policy | `arn` | `{"arn": "arn:aws:iam::123456789012:policy/my-policy"}` |
| IAM Role | `name` | `{"name": "my-role"}` |
| ReplicationGroup | `replicationGroupID` | `{"replicationGroupID": "my-redis-cluster"}` |
| S3 Bucket | `name` | `{"name": "my-bucket-name"}` |
| SNS Topic | `arn` | `{"arn": "arn:aws:sns:us-west-2:123456789012:my-topic"}` |
| SQS Queue | `queueURL` | `{"queueURL": "https://sqs.us-west-2.amazonaws.com/123456789012/my-queue"}` |
| VPC | `vpcID` | `{"vpcID": "vpc-123456789012"}` |
| SNS Topic | `arn` | `{"arn": "arn:aws:sns:us-west-2:123456789012:my-topic"}` |
| S3 Bucket | `name` | `{"name": "my-bucket-name"}` |
| DynamoDB Table | `tableName` | `{"tableName": "my-table"}` |

Refer to the [API Reference](/services) for the specific fields required for each resource type.

Expand Down