File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Description: Pushes RDS Enhanced metrics to Datadog.
44Parameters :
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.
88Resources :
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Description: Pushes VPC Flow Log metrics to Datadog.
44Parameters :
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.
88Resources :
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
You can’t perform that action at this time.
0 commit comments