class
Amazonite::EventBridge::NetworkConfiguration
- Amazonite::EventBridge::NetworkConfiguration
- Reference
- Object
Overview
This structure specifies the network configuration for an ECS task.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/network_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(awsvpc_configuration : AwsVpcConfiguration | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.