class Aws::SecurityHub::Types::AwsEcsServiceNetworkConfigurationDetails

For tasks that use the `awsvpc` networking mode, the VPC subnet and security group configuration.

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

data as a hash:

    {
      aws_vpc_configuration: {
        assign_public_ip: "NonEmptyString",
        security_groups: ["NonEmptyString"],
        subnets: ["NonEmptyString"],
      },
    }

@!attribute [rw] aws_vpc_configuration

The VPC subnet and security group configuration.
@return [Types::AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceNetworkConfigurationDetails AWS API Documentation

Constants

SENSITIVE