Skip to content

Commit

Permalink
Add new uptestable example without source id for EventSubscription.dms
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed May 23, 2024
1 parent 7cd9496 commit 9978391
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions examples/dms/v1beta1/eventsubscription-without-source-id.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

apiVersion: dms.aws.upbound.io/v1beta1
kind: EventSubscription
metadata:
annotations:
meta.upbound.io/example-id: dms/v1beta1/eventsubscription
labels:
testing.upbound.io/example-name: example-without-source-id
name: example-without-source-id
spec:
forProvider:
enabled: true
eventCategories:
- creation
- failure
region: us-west-1
snsTopicArnSelector:
matchLabels:
testing.upbound.io/example-name: example-for-eventsubscription
sourceType: replication-task
---
apiVersion: sns.aws.upbound.io/v1beta1
kind: Topic
metadata:
annotations:
meta.upbound.io/example-id: dms/v1beta1/eventsubscription
labels:
testing.upbound.io/example-name: example-for-eventsubscription
name: example-for-eventsubscription
spec:
forProvider:
region: us-west-1

0 comments on commit 9978391

Please sign in to comment.