Skip to content
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

feat(kinesisfirehose): add HTTP Endpoint and Datadog destination #33657

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
fix: run integ and add snapshots
  • Loading branch information
Benjamin Pottier authored and benjaminpottier committed Mar 5, 2025
commit fb42a8dd31850e50384d4b08624915a7b1c9962b

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Resources": {
"DeliveryStreamDatadogDestinationRoleBBA16F35": {
"DeliveryStreamHTTPDestinationRoleD8ECD827": {
"Type": "AWS::IAM::Role",
"Properties": {
"AssumeRolePolicyDocument": {
@@ -17,7 +17,7 @@
}
}
},
"DeliveryStreamDatadogDestinationRoleDefaultPolicy20F1492B": {
"DeliveryStreamHTTPDestinationRoleDefaultPolicyA43D7E57": {
"Type": "AWS::IAM::Policy",
"Properties": {
"PolicyDocument": {
@@ -52,7 +52,7 @@
"Resource": [
{
"Fn::GetAtt": [
"DeliveryStreamS3Configuration3CBD6CC0",
"DeliveryStreamBackupBucket48C8465F",
"Arn"
]
},
@@ -62,7 +62,7 @@
[
{
"Fn::GetAtt": [
"DeliveryStreamS3Configuration3CBD6CC0",
"DeliveryStreamBackupBucket48C8465F",
"Arn"
]
},
@@ -102,10 +102,10 @@
],
"Version": "2012-10-17"
},
"PolicyName": "DeliveryStreamDatadogDestinationRoleDefaultPolicy20F1492B",
"PolicyName": "DeliveryStreamHTTPDestinationRoleDefaultPolicyA43D7E57",
"Roles": [
{
"Ref": "DeliveryStreamDatadogDestinationRoleBBA16F35"
"Ref": "DeliveryStreamHTTPDestinationRoleD8ECD827"
}
]
}
@@ -118,7 +118,7 @@
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
"DeliveryStreamLogGroupDatadogDestinationB6E29CB9": {
"DeliveryStreamLogGroupHTTPDestination3F0523B8": {
"Type": "AWS::Logs::LogStream",
"Properties": {
"LogGroupName": {
@@ -128,7 +128,17 @@
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
"DeliveryStreamS3Configuration3CBD6CC0": {
"DeliveryStreamLogGroupS3BackupD848C05F": {
"Type": "AWS::Logs::LogStream",
"Properties": {
"LogGroupName": {
"Ref": "DeliveryStreamLogGroupA92E8EA0"
}
},
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
"DeliveryStreamBackupBucket48C8465F": {
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
@@ -148,7 +158,7 @@
"Ref": "DeliveryStreamLogGroupA92E8EA0"
},
"LogStreamName": {
"Ref": "DeliveryStreamLogGroupDatadogDestinationB6E29CB9"
"Ref": "DeliveryStreamLogGroupHTTPDestination3F0523B8"
}
},
"EndpointConfiguration": {
@@ -163,20 +173,30 @@
},
"RoleARN": {
"Fn::GetAtt": [
"DeliveryStreamDatadogDestinationRoleBBA16F35",
"DeliveryStreamHTTPDestinationRoleD8ECD827",
"Arn"
]
},
"S3BackupMode": "FailedDataOnly",
"S3Configuration": {
"BucketARN": {
"Fn::GetAtt": [
"DeliveryStreamS3Configuration3CBD6CC0",
"DeliveryStreamBackupBucket48C8465F",
"Arn"
]
},
"CloudWatchLoggingOptions": {
"Enabled": true,
"LogGroupName": {
"Ref": "DeliveryStreamLogGroupA92E8EA0"
},
"LogStreamName": {
"Ref": "DeliveryStreamLogGroupS3BackupD848C05F"
}
},
"RoleARN": {
"Fn::GetAtt": [
"DeliveryStreamDatadogDestinationRoleBBA16F35",
"DeliveryStreamHTTPDestinationRoleD8ECD827",
"Arn"
]
}
@@ -185,7 +205,7 @@
"Enabled": true,
"RoleARN": {
"Fn::GetAtt": [
"DeliveryStreamDatadogDestinationRoleBBA16F35",
"DeliveryStreamHTTPDestinationRoleD8ECD827",
"Arn"
]
},
@@ -213,7 +233,7 @@
}
},
"DependsOn": [
"DeliveryStreamDatadogDestinationRoleDefaultPolicy20F1492B"
"DeliveryStreamHTTPDestinationRoleDefaultPolicyA43D7E57"
]
}
},

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Oops, something went wrong.