Skip to content

Commit

Permalink
[NR-304097] AWS-AWS Relationship-File for MSK-Cluster to S3 (#1733)
Browse files Browse the repository at this point in the history
* Changes wrt AWS_AWS relationships for Cloudformation to S3

* Added Relationship for AWS-Cloudfront to AWS-S3

* Added Relationship for AWS-Cloudfront to AWS-S3

* Added Relationship for AWS-Cloudfront to AWS-S3

* Added Relationship File for AWS-MSK Cluster to AWS S3-Bucket
  • Loading branch information
pchawla-NR authored Aug 19, 2024
1 parent 5e7fd39 commit 3b83968
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
relationships:
- name: awsMskClusterConsumesAwsS3Bucket
version: "1"
origins:
- AWS Integration
conditions:
- attribute: eventType
anyOf: [ "Metric" ]
- attribute: entity.type
anyOf: [ "AWSMSKCLUSTER" ]
relationship:
expires: P75M
relationshipType: CONSUMES
source:
extractGuid:
attribute: entity.guid
entityType:
value: AWSMSKCLUSTER
target:
lookupGuid:
candidateCategory: AWSS3BUCKET
fields:
- field: bucketName
attribute: aws.msk.loggingBucket

0 comments on commit 3b83968

Please sign in to comment.