This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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 Amazon 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