class
Amazonite::Lambda::CapacityProviderVpcConfig
- Amazonite::Lambda::CapacityProviderVpcConfig
- Reference
- Object
Overview
VPC configuration that specifies the network settings for compute instances managed by the capacity provider.
Included Modules
- JSON::Serializable
Defined in:
lambda/capacity_provider_vpc_config.crConstructors
- .new(subnet_ids : Array(String), security_group_ids : Array(String))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#security_group_ids : Array(String)
A list of security group IDs that control network access for compute instances managed by the capacity provider.
-
#security_group_ids=(security_group_ids : Array(String))
A list of security group IDs that control network access for compute instances managed by the capacity provider.
-
#subnet_ids : Array(String)
A list of subnet IDs where the capacity provider launches compute instances.
-
#subnet_ids=(subnet_ids : Array(String))
A list of subnet IDs where the capacity provider launches compute instances.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of security group IDs that control network access for compute instances managed by the capacity provider.
A list of security group IDs that control network access for compute instances managed by the capacity provider.
A list of subnet IDs where the capacity provider launches compute instances.
A list of subnet IDs where the capacity provider launches compute instances.