Skip to content

Commit fa006d3

Browse files
authored
Merge branch 'main' into gh-28356
2 parents 28d06a6 + f9f3681 commit fa006d3

14 files changed

Lines changed: 570 additions & 9 deletions

File tree

packages/@aws-cdk-testing/framework-integ/test/aws-iam/test/integ.user-import.js.snapshot/cdk.out

Lines changed: 1 addition & 0 deletions
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-iam/test/integ.user-import.js.snapshot/dummy-stack.assets.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"Parameters": {
3+
"UserParameter": {
4+
"Type": "String",
5+
"Default": "arn:aws:iam::123456789012:user/OthersExternalIamUser"
6+
},
7+
"BootstrapVersion": {
8+
"Type": "AWS::SSM::Parameter::Value<String>",
9+
"Default": "/cdk-bootstrap/hnb659fds/version",
10+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
11+
}
12+
},
13+
"Resources": {
14+
"User00B015A1": {
15+
"Type": "AWS::IAM::User"
16+
}
17+
},
18+
"Outputs": {
19+
"UserOutput": {
20+
"Value": "123456789012"
21+
},
22+
"User2Output": {
23+
"Value": {
24+
"Fn::Select": [
25+
4,
26+
{
27+
"Fn::Split": [
28+
":",
29+
{
30+
"Ref": "UserParameter"
31+
}
32+
]
33+
}
34+
]
35+
}
36+
},
37+
"User3Output": {
38+
"Value": {
39+
"Fn::Select": [
40+
4,
41+
{
42+
"Fn::Split": [
43+
":",
44+
{
45+
"Fn::GetAtt": [
46+
"User00B015A1",
47+
"Arn"
48+
]
49+
}
50+
]
51+
}
52+
]
53+
}
54+
}
55+
},
56+
"Rules": {
57+
"CheckBootstrapVersion": {
58+
"Assertions": [
59+
{
60+
"Assert": {
61+
"Fn::Not": [
62+
{
63+
"Fn::Contains": [
64+
[
65+
"1",
66+
"2",
67+
"3",
68+
"4",
69+
"5"
70+
],
71+
{
72+
"Ref": "BootstrapVersion"
73+
}
74+
]
75+
}
76+
]
77+
},
78+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
79+
}
80+
]
81+
}
82+
}
83+
}

packages/@aws-cdk-testing/framework-integ/test/aws-iam/test/integ.user-import.js.snapshot/dummystackintegtestDefaultTestDeployAssertF190D0AF.assets.json

Lines changed: 19 additions & 0 deletions
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-iam/test/integ.user-import.js.snapshot/dummystackintegtestDefaultTestDeployAssertF190D0AF.template.json

Lines changed: 36 additions & 0 deletions
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-iam/test/integ.user-import.js.snapshot/integ.json

Lines changed: 12 additions & 0 deletions
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-iam/test/integ.user-import.js.snapshot/manifest.json

Lines changed: 137 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)