1
1
{
2
- "ResourceTypes" : {
3
- "AWS::Serverless::Function" : {
4
- "Attributes" : {
5
- "Alias" : {
6
- "PrimitiveType" : " String"
7
- },
8
- "Version" : {
9
- "PrimitiveType" : " String"
10
- },
11
- "DestinationTopic" : {
12
- "PrimitiveType" : " String"
13
- },
14
- "DestinationQueue" : {
15
- "PrimitiveType" : " String"
16
- }
17
- },
18
- "Documentation" : " https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#referable-properties-of-serverless-function"
19
- },
20
- "AWS::Serverless::HttpApi" : {
21
- "Attributes" : {
22
- "Stage" : {
23
- "PrimitiveType" : " String"
24
- },
25
- "DomainName" : {
26
- "PrimitiveType" : " String"
27
- }
28
- },
29
- "Documentation" : " https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#referable-properties-of-serverless-function"
30
- },
31
- "AWS::Serverless::RestApi" : {
32
- "Attributes" : {
33
- "Alias" : {
34
- "Stage" : " String"
35
- },
36
- "Deployment" : {
37
- "PrimitiveType" : " String"
38
- },
39
- "DomainName" : {
40
- "PrimitiveType" : " String"
41
- },
42
- "UsagePlan" : {
43
- "PrimitiveType" : " String"
44
- },
45
- "UsagePlanKey" : {
46
- "PrimitiveType" : " String"
47
- },
48
- "ApiKey" : {
49
- "PrimitiveType" : " String"
50
- }
51
- },
52
- "Documentation" : " https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#referable-properties-of-serverless-function"
2
+ "ResourceTypes" : {
3
+ "AWS::Serverless::Function" : {
4
+ "Attributes" : {
5
+ "Alias" : {
6
+ "PrimitiveType" : " String"
7
+ },
8
+ "Version" : {
9
+ "PrimitiveType" : " String"
10
+ },
11
+ "DestinationTopic" : {
12
+ "PrimitiveType" : " String"
13
+ },
14
+ "DestinationQueue" : {
15
+ "PrimitiveType" : " String"
16
+ }
17
+ },
18
+ "Documentation" : " https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html"
19
+ },
20
+ "AWS::Serverless::HttpApi" : {
21
+ "Attributes" : {
22
+ "Stage" : {
23
+ "PrimitiveType" : " String"
24
+ },
25
+ "DomainName" : {
26
+ "PrimitiveType" : " String"
27
+ }
28
+ },
29
+ "Documentation" : " https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-httpapi.html"
30
+ },
31
+ "AWS::Serverless::RestApi" : {
32
+ "Attributes" : {
33
+ "Alias" : {
34
+ "Stage" : " String"
35
+ },
36
+ "Deployment" : {
37
+ "PrimitiveType" : " String"
38
+ },
39
+ "DomainName" : {
40
+ "PrimitiveType" : " String"
41
+ },
42
+ "UsagePlan" : {
43
+ "PrimitiveType" : " String"
44
+ },
45
+ "UsagePlanKey" : {
46
+ "PrimitiveType" : " String"
47
+ },
48
+ "ApiKey" : {
49
+ "PrimitiveType" : " String"
50
+ }
51
+ },
52
+ "Documentation" : " https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html"
53
+ },
54
+ "AWS::Serverless::StateMachine" : {
55
+ "Attributes" : {
56
+ "Name" : {
57
+ "PrimitiveType" : " String"
53
58
}
59
+ },
60
+ "Documentation" : " https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-statemachine.html"
54
61
}
55
- }
62
+ }
63
+ }
0 commit comments