class Aws::SecurityHub::Types::AwsCodeBuildProjectVpcConfig

Information about the VPC configuration that CodeBuild accesses.

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

data as a hash:

    {
      vpc_id: "NonEmptyString",
      subnets: ["NonEmptyString"],
      security_group_ids: ["NonEmptyString"],
    }

@!attribute [rw] vpc_id

The ID of the VPC.
@return [String]

@!attribute [rw] subnets

A list of one or more subnet IDs in your VPC.
@return [Array<String>]

@!attribute [rw] security_group_ids

A list of one or more security group IDs in your VPC.
@return [Array<String>]

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

Constants

SENSITIVE