File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -945,23 +945,23 @@ Resources:
945
945
AssumeRolePolicyDocument :
946
946
Version : 2012-10-17
947
947
Statement :
948
- - Effect : Allow
949
- Principal :
950
- Service :
951
- - lambda.amazonaws.com
952
- Action :
953
- - sts:AssumeRole
948
+ - Effect : Allow
949
+ Principal :
950
+ Service :
951
+ - lambda.amazonaws.com
952
+ Action :
953
+ - sts:AssumeRole
954
954
ManagedPolicyArns :
955
955
- arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole
956
956
Policies :
957
- - PolicyName : AsgProcessModification
958
- PolicyDocument :
959
- Version : 2012-10-17
960
- Statement :
961
- - Effect : Allow
962
- Action :
963
- - ' autoscaling:SuspendProcesses'
964
- Resource : !Sub arn:${AWS::Partition}:autoscaling:${AWS::Region}:${AWS::AccountId}:autoScalingGroup:*:autoScalingGroupName/${AgentAutoScaleGroup}
957
+ - PolicyName : AsgProcessModification
958
+ PolicyDocument :
959
+ Version : 2012-10-17
960
+ Statement :
961
+ - Effect : Allow
962
+ Action :
963
+ - ' autoscaling:SuspendProcesses'
964
+ Resource : !Sub arn:${AWS::Partition}:autoscaling:${AWS::Region}:${AWS::AccountId}:autoScalingGroup:*:autoScalingGroupName/${AgentAutoScaleGroup}
965
965
966
966
AzRebalancingSuspenderFunction :
967
967
Type : AWS::Lambda::Function
You can’t perform that action at this time.
0 commit comments