Class: Aws::Lambda::Types::CapacityProviderPermissionsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CapacityProviderPermissionsConfig
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Configuration that specifies the permissions required for the capacity provider to manage compute resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider_operator_role_arn ⇒ String
The ARN of the IAM role that the capacity provider uses to manage compute instances and other Amazon Web Services resources.
Instance Attribute Details
#capacity_provider_operator_role_arn ⇒ String
The ARN of the IAM role that the capacity provider uses to manage compute instances and other Amazon Web Services resources.
610 611 612 613 614 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 610 class CapacityProviderPermissionsConfig < Struct.new( :capacity_provider_operator_role_arn) SENSITIVE = [] include Aws::Structure end |