-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NR-305016 - Added relationship synthesis file for kinesis firehose to…
… s3 and added new configuration rule for s3 bucket in candidate file (#1739)
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
relationships/synthesis/INFRA-AWSKINESISFIREHOSE-to-INFRA-AWSS3BUCKET.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
relationships: | ||
- name: awsKinesisFireHoseProducesAwsS3Bucket | ||
version: "1" | ||
origins: | ||
- AWS Integration | ||
conditions: | ||
- attribute: eventType | ||
anyOf: [ "Metric" ] | ||
- attribute: entity.type | ||
anyOf: [ "AWS_KINESIS_DELIVERY_STREAM" ] | ||
relationship: | ||
expires: P75M | ||
relationshipType: PRODUCES | ||
source: | ||
extractGuid: | ||
attribute: entity.guid | ||
entityType: | ||
value: AWS_KINESIS_DELIVERY_STREAM | ||
target: | ||
lookupGuid: | ||
candidateCategory: AWSS3BUCKET | ||
fields: | ||
- field: awsS3arn | ||
attribute: aws.firehose.s3DestinationBucket |