-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaws-sig-v4-policy.yaml
75 lines (74 loc) · 1.8 KB
/
aws-sig-v4-policy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
id: aws-sig-v4-policy
name: aws-sig-v4-policy
description: AWS Signature v4 Policy
category: Custom
type: custom
resourceLevelSupported: false
standalone: true
requiredCharacteristics: []
providedCharacteristics: []
configuration:
- description: "AWS Access Key"
name: "AWS Access Key"
propertyName: awsAccessKey
sensitive: false
type: string
defaultValue: ""
allowMultiple: false
optional: false
- description: "AWS Secret Key"
name: "AWS Secret Key"
propertyName: awsSecretKey
sensitive: false
type: string
defaultValue: ""
allowMultiple: false
optional: false
- description: "AWS Region"
name: "AWS Region"
propertyName: region
sensitive: false
type: string
defaultValue: "us-east-1"
allowMultiple: false
optional: false
- description: "AWS Service Name"
name: "AWS Service Name"
propertyName: serviceName
sensitive: false
type: string
defaultValue: "lambda"
allowMultiple: false
optional: false
- propertyName: requestType
name: "HTTP Request Type"
description: "Request type for HTTP call"
options:
- name: GET
value: GET
- name: POST
value: POST
- name: PUT
value: PUT
- name: DELETE
value: DELETE
type: radio
defaultValue: GET
optional: false
sensitive: false
- description: "AWS Host Name"
name: "AWS Host Name"
propertyName: hostName
sensitive: false
type: string
defaultValue: "lambda.us-east-1.amazonaws.com"
allowMultiple: false
optional: false
- description: "AWS Canonical URI"
name: "AWS Canonical URI"
propertyName: canonicalURI
sensitive: false
type: string
defaultValue: "/2015-03-31/functions/helloLambda/invocations"
allowMultiple: false
optional: false