Skip to content

Commit a5f07dc

Browse files
Benjamin PottierBenjamin Pottier
Benjamin Pottier
authored and
Benjamin Pottier
committedMar 5, 2025
fix: run integ and add snapshots
1 parent 5ffba59 commit a5f07dc

18 files changed

+36554
-90
lines changed
 
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.datadog.js.snapshot/aws-cdk-firehose-delivery-stream-s3-all-properties.assets.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.datadog.js.snapshot/aws-cdk-firehose-delivery-stream-s3-all-properties.template.json

+34-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Resources": {
3-
"DeliveryStreamDatadogDestinationRoleBBA16F35": {
3+
"DeliveryStreamHTTPDestinationRoleD8ECD827": {
44
"Type": "AWS::IAM::Role",
55
"Properties": {
66
"AssumeRolePolicyDocument": {
@@ -17,7 +17,7 @@
1717
}
1818
}
1919
},
20-
"DeliveryStreamDatadogDestinationRoleDefaultPolicy20F1492B": {
20+
"DeliveryStreamHTTPDestinationRoleDefaultPolicyA43D7E57": {
2121
"Type": "AWS::IAM::Policy",
2222
"Properties": {
2323
"PolicyDocument": {
@@ -52,7 +52,7 @@
5252
"Resource": [
5353
{
5454
"Fn::GetAtt": [
55-
"DeliveryStreamS3Configuration3CBD6CC0",
55+
"DeliveryStreamBackupBucket48C8465F",
5656
"Arn"
5757
]
5858
},
@@ -62,7 +62,7 @@
6262
[
6363
{
6464
"Fn::GetAtt": [
65-
"DeliveryStreamS3Configuration3CBD6CC0",
65+
"DeliveryStreamBackupBucket48C8465F",
6666
"Arn"
6767
]
6868
},
@@ -102,10 +102,10 @@
102102
],
103103
"Version": "2012-10-17"
104104
},
105-
"PolicyName": "DeliveryStreamDatadogDestinationRoleDefaultPolicy20F1492B",
105+
"PolicyName": "DeliveryStreamHTTPDestinationRoleDefaultPolicyA43D7E57",
106106
"Roles": [
107107
{
108-
"Ref": "DeliveryStreamDatadogDestinationRoleBBA16F35"
108+
"Ref": "DeliveryStreamHTTPDestinationRoleD8ECD827"
109109
}
110110
]
111111
}
@@ -118,7 +118,7 @@
118118
"UpdateReplacePolicy": "Retain",
119119
"DeletionPolicy": "Retain"
120120
},
121-
"DeliveryStreamLogGroupDatadogDestinationB6E29CB9": {
121+
"DeliveryStreamLogGroupHTTPDestination3F0523B8": {
122122
"Type": "AWS::Logs::LogStream",
123123
"Properties": {
124124
"LogGroupName": {
@@ -128,7 +128,17 @@
128128
"UpdateReplacePolicy": "Retain",
129129
"DeletionPolicy": "Retain"
130130
},
131-
"DeliveryStreamS3Configuration3CBD6CC0": {
131+
"DeliveryStreamLogGroupS3BackupD848C05F": {
132+
"Type": "AWS::Logs::LogStream",
133+
"Properties": {
134+
"LogGroupName": {
135+
"Ref": "DeliveryStreamLogGroupA92E8EA0"
136+
}
137+
},
138+
"UpdateReplacePolicy": "Retain",
139+
"DeletionPolicy": "Retain"
140+
},
141+
"DeliveryStreamBackupBucket48C8465F": {
132142
"Type": "AWS::S3::Bucket",
133143
"UpdateReplacePolicy": "Retain",
134144
"DeletionPolicy": "Retain"
@@ -148,7 +158,7 @@
148158
"Ref": "DeliveryStreamLogGroupA92E8EA0"
149159
},
150160
"LogStreamName": {
151-
"Ref": "DeliveryStreamLogGroupDatadogDestinationB6E29CB9"
161+
"Ref": "DeliveryStreamLogGroupHTTPDestination3F0523B8"
152162
}
153163
},
154164
"EndpointConfiguration": {
@@ -163,20 +173,30 @@
163173
},
164174
"RoleARN": {
165175
"Fn::GetAtt": [
166-
"DeliveryStreamDatadogDestinationRoleBBA16F35",
176+
"DeliveryStreamHTTPDestinationRoleD8ECD827",
167177
"Arn"
168178
]
169179
},
180+
"S3BackupMode": "FailedDataOnly",
170181
"S3Configuration": {
171182
"BucketARN": {
172183
"Fn::GetAtt": [
173-
"DeliveryStreamS3Configuration3CBD6CC0",
184+
"DeliveryStreamBackupBucket48C8465F",
174185
"Arn"
175186
]
176187
},
188+
"CloudWatchLoggingOptions": {
189+
"Enabled": true,
190+
"LogGroupName": {
191+
"Ref": "DeliveryStreamLogGroupA92E8EA0"
192+
},
193+
"LogStreamName": {
194+
"Ref": "DeliveryStreamLogGroupS3BackupD848C05F"
195+
}
196+
},
177197
"RoleARN": {
178198
"Fn::GetAtt": [
179-
"DeliveryStreamDatadogDestinationRoleBBA16F35",
199+
"DeliveryStreamHTTPDestinationRoleD8ECD827",
180200
"Arn"
181201
]
182202
}
@@ -185,7 +205,7 @@
185205
"Enabled": true,
186206
"RoleARN": {
187207
"Fn::GetAtt": [
188-
"DeliveryStreamDatadogDestinationRoleBBA16F35",
208+
"DeliveryStreamHTTPDestinationRoleD8ECD827",
189209
"Arn"
190210
]
191211
},
@@ -213,7 +233,7 @@
213233
}
214234
},
215235
"DependsOn": [
216-
"DeliveryStreamDatadogDestinationRoleDefaultPolicy20F1492B"
236+
"DeliveryStreamHTTPDestinationRoleDefaultPolicyA43D7E57"
217237
]
218238
}
219239
},

‎packages/@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.datadog.js.snapshot/integtestsDefaultTestDeployAssert44C8D370.assets.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.datadog.js.snapshot/integtestsDefaultTestDeployAssert44C8D370.template.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Failed to load comments.