Skip to content

Update yaml files to add key parameter #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 8, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add type
  • Loading branch information
DanielLanger committed Mar 8, 2018
commit 686df829f7483792066f87983776dd861a94a79d
1 change: 1 addition & 0 deletions rds_enhanced_monitoring/rds-enhanced-sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Parameters:
Description: The id (final part of the key's ARN) of a KMS key used to encrypt and decrypt your Datadog API amd APP keys.
Resources:
rdslambdaddfunction:
Type: 'AWS::Serverless::Function'
Properties:
Description: Pushes RDS Enhanced metrics to Datadog.
Environment:
Expand Down
1 change: 1 addition & 0 deletions vpc_flow_log_monitoring/vpc-flow-log-sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Parameters:
Description: The id (final part of the key's ARN) of a KMS key used to encrypt and decrypt your Datadog API amd APP keys.
Resources:
vpcflowlambdaddfunction:
Type: 'AWS::Serverless::Function'
Properties:
Description: Pushes VPC Flow Log metrics to Datadog.
Environment:
Expand Down