Skip to content

Commit 55e976b

Browse files
authored
Merge pull request DataDog#31 from DataDog/daniel/samtemplateupdate
Fix typo in keyid description
2 parents 4f3e6ab + d0152ac commit 55e976b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rds_enhanced_monitoring/rds-enhanced-sam-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: Pushes RDS Enhanced metrics to Datadog.
44
Parameters:
55
KMSKeyId:
66
Type: String
7-
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.
7+
Description: The id (final part of the key's ARN) of a KMS key used to encrypt and decrypt your Datadog API and App keys.
88
Resources:
99
rdslambdaddfunction:
1010
Type: 'AWS::Serverless::Function'
@@ -24,4 +24,4 @@ Resources:
2424
!Sub
2525
- 'arn:${AWS::Partition}:kms:${AWS::Region}:${AWS::AccountId}:key/${keyId}'
2626
- {keyId: !Ref KMSKeyId}
27-
Type: AWS::Serverless::Function
27+
Type: AWS::Serverless::Function

vpc_flow_log_monitoring/vpc-flow-log-sam-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: Pushes VPC Flow Log metrics to Datadog.
44
Parameters:
55
KMSKeyId:
66
Type: String
7-
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.
7+
Description: The id (final part of the key's ARN) of a KMS key used to encrypt and decrypt your Datadog API and App keys.
88
Resources:
99
vpcflowlambdaddfunction:
1010
Type: 'AWS::Serverless::Function'
@@ -24,4 +24,4 @@ Resources:
2424
!Sub
2525
- 'arn:${AWS::Partition}:kms:${AWS::Region}:${AWS::AccountId}:key/${keyId}'
2626
- {keyId: !Ref KMSKeyId}
27-
Type: AWS::Serverless::Function
27+
Type: AWS::Serverless::Function

0 commit comments

Comments
 (0)