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
Copy file name to clipboardExpand all lines: Monitoring/CloudWatch-FSx/cloudformation-template.json
+51-21Lines changed: 51 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@
14
14
"SecurityGroupIds",
15
15
"CreateFsxServiceEndpoint",
16
16
"CreateSecretManagerEndpoint",
17
-
"CreateCloudWatchEndpoint"
17
+
"CreateCloudWatchEndpoint",
18
+
"LambdaRoleArn",
19
+
"SchedulerRoleArn"
18
20
]
19
21
},
20
22
{
@@ -67,6 +69,12 @@
67
69
"SnsTopicArn": {
68
70
"default": "SNS Topic ARN for CloudWatch alarms - Optional"
69
71
},
72
+
"LambdaRoleArn": {
73
+
"default": "Lambda Role ARN if you don't want this CloudFormation template to create one - Optional"
74
+
},
75
+
"SchedulerRoleArn": {
76
+
"default": "Scheduler Role ARN if you don't want this CloudFormation template to create one - Optional"
77
+
},
70
78
"SendUsage": {
71
79
"default": "Agree to Send Usage Data"
72
80
}
@@ -115,6 +123,16 @@
115
123
"Default": "false",
116
124
"Description": "A boolean flag indicating whether you plan to create a CloudWatch VPC endpoint inside the VPC. Set this to true if you want to create the endpoint, or false if you don't. The decision to create this endpoint depends on whether you already have this type of endpoint. If you already have one, set this to false; otherwise, set it to true."
117
125
},
126
+
"LambdaRoleArn": {
127
+
"Type": "String",
128
+
"Description": "The ARN of the IAM role that will be associated with the Lambda function when it runs.",
129
+
"Default": ""
130
+
},
131
+
"SchedulerRoleArn": {
132
+
"Type": "String",
133
+
"Description": "The ARN of the IAM role that will be associated with the Schedulers when they run.",
0 commit comments