Class: Aws::Lambda::Types::CapacityProviderPermissionsConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#capacity_provider_operator_role_arnString

The ARN of the IAM role that the capacity provider uses to manage compute instances and other Amazon Web Services resources.

Returns:

  • (String)


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