class Amazonite::Lambda::CapacityProviderVpcConfig

Overview

VPC configuration that specifies the network settings for compute instances managed by the capacity provider.

Included Modules

Defined in:

lambda/capacity_provider_vpc_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(subnet_ids : Array(String), security_group_ids : Array(String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def security_group_ids : Array(String) #

A list of security group IDs that control network access for compute instances managed by the capacity provider.


[View source]
def 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.


[View source]
def subnet_ids : Array(String) #

A list of subnet IDs where the capacity provider launches compute instances.


[View source]
def subnet_ids=(subnet_ids : Array(String)) #

A list of subnet IDs where the capacity provider launches compute instances.


[View source]
def validate! : Nil #

[View source]