We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2293e0 commit f696efcCopy full SHA for f696efc
packages/aws-cdk/lib/init-templates/app/java/src/test/resources/com/myorg/expected.cfn.json
@@ -41,13 +41,7 @@
41
]
42
}
43
},
44
- "MyFirstTopic0ED1F8A4": {
45
- "Type": "AWS::SNS::Topic",
46
- "Properties": {
47
- "DisplayName": "My First Topic Yeah"
48
- }
49
- },
50
- "MyFirstTopicMyFirstQueue2028650A": {
+ "MyFirstQueuetestMyFirstTopic4B48EB90A3428EB7": {
51
"Type": "AWS::SNS::Subscription",
52
"Properties": {
53
"Protocol": "sqs",
@@ -62,6 +56,12 @@
62
56
63
57
64
58
59
+ "MyFirstTopic0ED1F8A4": {
60
+ "Type": "AWS::SNS::Topic",
61
+ "Properties": {
+ "DisplayName": "My First Topic Yeah"
+ }
+ },
65
"BucketsBucket04F23AD6D": {
66
"Type": "AWS::S3::Bucket",
67
"DeletionPolicy": "Retain"
0 commit comments