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
Description: The AWS account ID of the principal who will assume the role
5
-
ConstraintDescription: "Must be a valid AWS account ID"
4
+
Description: The Alias for the Coralogix region, possible options are [us1, us2, eu1, eu2, ap1, ap2, custom]
5
+
AllowedValues:
6
+
- us1
7
+
- us2
8
+
- eu1
9
+
- eu2
10
+
- ap1
11
+
- ap2
12
+
- custom
13
+
CustomCoralogixAccount:
14
+
Type: String
15
+
Description: In case you want to use a custom coralogix account, enter the aws account id that you want to use.
16
+
Default: ''
17
+
RoleName:
18
+
Type: String
19
+
Description: Don't change it! It needs to match the one that was input on the Coralogix form. Corresponds to the name of the AWS IAM role that will be created.
0 commit comments