Interface NetworkConfiguration.Builder

    • Method Detail

      • awsvpcConfiguration

        NetworkConfiguration.Builder awsvpcConfiguration​(AwsVpcConfiguration awsvpcConfiguration)

        Specifies the Amazon 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.

        Parameters:
        awsvpcConfiguration - Specifies the Amazon 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.