This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Lambda::CapacityProvider CapacityProviderPermissionsConfig
Configuration that specifies the permissions required for the capacity provider to manage compute resources.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CapacityProviderOperatorRoleArn" :String}
YAML
CapacityProviderOperatorRoleArn:String
Properties
CapacityProviderOperatorRoleArn-
The ARN of the IAM role that the capacity provider uses to manage compute instances and other AWS resources.
Required: Yes
Type: String
Pattern:
^arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$Minimum:
0Maximum:
10000Update requires: Replacement