|
1 | 1 | {
|
2 |
| - "version": "30.0.0", |
| 2 | + "version": "31.0.0", |
3 | 3 | "artifacts": {
|
4 | 4 | "CompositeAlarmIntegrationTest.assets": {
|
5 | 5 | "type": "cdk:asset-manifest",
|
|
84 | 84 | },
|
85 | 85 | "displayName": "CompositeAlarmIntegrationTest"
|
86 | 86 | },
|
| 87 | + "CompositeAlarmImportIntegrationTest.assets": { |
| 88 | + "type": "cdk:asset-manifest", |
| 89 | + "properties": { |
| 90 | + "file": "CompositeAlarmImportIntegrationTest.assets.json", |
| 91 | + "requiresBootstrapStackVersion": 6, |
| 92 | + "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version" |
| 93 | + } |
| 94 | + }, |
| 95 | + "CompositeAlarmImportIntegrationTest": { |
| 96 | + "type": "aws:cloudformation:stack", |
| 97 | + "environment": "aws://unknown-account/unknown-region", |
| 98 | + "properties": { |
| 99 | + "templateFile": "CompositeAlarmImportIntegrationTest.template.json", |
| 100 | + "validateOnSynth": false, |
| 101 | + "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}", |
| 102 | + "cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}", |
| 103 | + "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/a29bbb21cb63cde6a2d31ed4212e73dab8bfd786cf26aab0156b74490595c0a6.json", |
| 104 | + "requiresBootstrapStackVersion": 6, |
| 105 | + "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version", |
| 106 | + "additionalDependencies": [ |
| 107 | + "CompositeAlarmImportIntegrationTest.assets" |
| 108 | + ], |
| 109 | + "lookupRole": { |
| 110 | + "arn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-lookup-role-${AWS::AccountId}-${AWS::Region}", |
| 111 | + "requiresBootstrapStackVersion": 8, |
| 112 | + "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version" |
| 113 | + } |
| 114 | + }, |
| 115 | + "dependencies": [ |
| 116 | + "CompositeAlarmImportIntegrationTest.assets" |
| 117 | + ], |
| 118 | + "metadata": { |
| 119 | + "/CompositeAlarmImportIntegrationTest/AlarmName": [ |
| 120 | + { |
| 121 | + "type": "aws:cdk:logicalId", |
| 122 | + "data": "AlarmName" |
| 123 | + } |
| 124 | + ], |
| 125 | + "/CompositeAlarmImportIntegrationTest/AlarmArn": [ |
| 126 | + { |
| 127 | + "type": "aws:cdk:logicalId", |
| 128 | + "data": "AlarmArn" |
| 129 | + } |
| 130 | + ], |
| 131 | + "/CompositeAlarmImportIntegrationTest/BootstrapVersion": [ |
| 132 | + { |
| 133 | + "type": "aws:cdk:logicalId", |
| 134 | + "data": "BootstrapVersion" |
| 135 | + } |
| 136 | + ], |
| 137 | + "/CompositeAlarmImportIntegrationTest/CheckBootstrapVersion": [ |
| 138 | + { |
| 139 | + "type": "aws:cdk:logicalId", |
| 140 | + "data": "CheckBootstrapVersion" |
| 141 | + } |
| 142 | + ] |
| 143 | + }, |
| 144 | + "displayName": "CompositeAlarmImportIntegrationTest" |
| 145 | + }, |
87 | 146 | "cdkintegcompositealarmDefaultTestDeployAssertF4EF969E.assets": {
|
88 | 147 | "type": "cdk:asset-manifest",
|
89 | 148 | "properties": {
|
|
0 commit comments