-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbitops.schema.yaml
51 lines (51 loc) · 1.34 KB
/
bitops.schema.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
cloudformation:
type: object
properties:
cli:
type: object
properties:
validate-cfn:
type: boolean
export_env: CFN_TEMPLATE_VALIDATION
default: true
stack-action:
type: string
export_env: CFN_STACK_ACTION
default: deploy
required: true
options:
type: object
properties:
cfn-stack-name:
type: string
export_env: CFN_STACK_NAME
required: true
skip-deploy:
type: boolean
parameter: skip-deploy
export_env: CFN_SKIP_DEPLOY
s3bucket:
type: string
export_env: CFN_TEMPLATE_S3_BUCKET
s3prefix:
type: string
export_env: CFN_S3_PREFIX
capabilities:
type: string
export_env: CFN_CAPABILITY
cfn-files:
type: object
properties:
template-file:
type: string
export_env: CFN_TEMPLATE_FILENAME
required: true
parameters:
type: object
properties:
template-param-flag:
type: boolean
export_env: CFN_PARAMS_FLAG
template-param-file:
type: string
export_env: CFN_TEMPLATE_PARAMS_FILENAME