-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontentspec.yaml
59 lines (46 loc) · 1.86 KB
/
contentspec.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
# We only support version 2.0.
version: 2.0
# Default locale code of the content, formatted as languageCode-countryCode.
defaultLocaleCode: en-US
# A list of all of the supported locale codes, formatted as languageCode-countryCode.
localeCodes:
- en-US
# A dictionary of arbitrary parameters that can be referenced in the workshop guide
# using the params directive.
params:
author: Patrick Vassell & Sunil Bemarkar
description: ServiceNow and AWS - ServiceNow NOW Assist with Amazon Bedrock
# List of links to display in the workshop guide. Will be rendered on the left hand side navigation menu.
additionalLinks:
- title: AI at ServiceNow
link: https://www.servicenow.com/now-platform/generative-ai.html
# START Infrastructure
infrastructure:
cloudformationTemplates:
- templateLocation: static/infrastructure/cfn.yaml
label: Infrastructure
participantVisibleStackOutputs:
- SecretsManagerLink
awsAccountConfig:
# A list of valid account sources that are compatible for this content.
# Only the following values are accepted:
# - `WorkshopStudio`: Accounts will be provisioned for the event by Workshop Studio.
# - `CustomerProvided`: Customer is responsible for using their own accounts.
# Note: An event can be configured to have a mix of values mentioned above.
accountSources:
- WorkshopStudio
participantRole:
iamPolicies:
- static/iam/iam_policy.json
regionConfiguration:
minAccessibleRegions: 1
maxAccessibleRegions: 1
accessibleRegions:
recommended:
- us-west-2
deployableRegions:
recommended:
- us-west-2
# If set to `true`, an EC2 KeyPair called `ws-default-keypair` will be created in the AWS Account and the private key material
# will be made available to the Participant via the Participant APIs and Participant interface.
ec2KeyPair: true