class Amazonite::EventBridge::NetworkConfiguration

Overview

This structure specifies the network configuration for an ECS task.

Included Modules

Defined in:

eventbridge/network_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(awsvpc_configuration : AwsVpcConfiguration | Nil = nil) #

[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 awsvpc_configuration : AwsVpcConfiguration | Nil #

Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.


[View source]
def awsvpc_configuration=(awsvpc_configuration : AwsVpcConfiguration | Nil) #

Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]