class Aws::EventBridge::Types::AwsVpcConfiguration

This structure specifies 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.

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

data as a hash:

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

@!attribute [rw] subnets

Specifies the subnets associated with the task. These subnets must
all be in the same VPC. You can specify as many as 16 subnets.
@return [Array<String>]

@!attribute [rw] security_groups

Specifies the security groups associated with the task. These
security groups must all be in the same VPC. You can specify as many
as five security groups. If you do not specify a security group, the
default security group for the VPC is used.
@return [Array<String>]

@!attribute [rw] assign_public_ip

Specifies whether the task's elastic network interface receives a
public IP address. You can specify `ENABLED` only when `LaunchType`
in `EcsParameters` is set to `FARGATE`.
@return [String]

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

Constants

SENSITIVE