You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"$comment": "You can use the AWS::Include transform anywhere within the AWS CloudFormation template except in the template parameters section or the template version field. For example, you can use AWS::Include in the mappings section.",
11
+
"properties": {
12
+
"Name": {
13
+
"type": "string",
14
+
"enum": [
15
+
"AWS::Include"
16
+
]
17
+
},
18
+
"Parameters": {
19
+
"type": "object",
20
+
"properties": {
21
+
"Location": {
22
+
"$comment": "The location is an Amazon S3 URI, with a specific file name in an S3 bucket. For example, s3://MyBucketName/MyFile.yaml.",
23
+
"type": "string",
24
+
"format": "uri"
25
+
}
26
+
},
27
+
"additionalProperties": false
28
+
}
29
+
},
30
+
"additionalProperties": false
31
+
},
32
+
{
33
+
"$comment": "Use a transform to simplify template authoring for serverless applications. ",
"$comment": "You can use intrinsic functions, such as Fn::If, Fn::Equals, and Fn::Not, to conditionally create stack resources. These conditions are evaluated based on input parameters that you declare when you create or update a stack. After you define all your conditions, you can associate them with resources or resource properties in the Resources and Outputs sections of a template.",
0 commit comments