class
Amazonite::Lambda::CapacityProviderPermissionsConfig
- Amazonite::Lambda::CapacityProviderPermissionsConfig
- Reference
- Object
Overview
Configuration that specifies the permissions required for the capacity provider to manage compute resources.
Included Modules
- JSON::Serializable
Defined in:
lambda/capacity_provider_permissions_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(capacity_provider_operator_role_arn : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#capacity_provider_operator_role_arn=(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.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def 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.
def capacity_provider_operator_role_arn=(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.