class Aws::CloudWatchEvents::Types::NetworkConfiguration

This structure specifies the network configuration for an ECS task.

@note When making an API call, you may pass NetworkConfiguration

data as a hash:

    {
      awsvpc_configuration: {
        subnets: ["String"], # required
        security_groups: ["String"],
        assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
      },
    }

@!attribute [rw] awsvpc_configuration

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.
@return [Types::AwsVpcConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/NetworkConfiguration AWS API Documentation

Constants

SENSITIVE