class Aws::RoboMaker::Types::VPCConfig

If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and two subnet IDs.

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

data as a hash:

    {
      subnets: ["NonEmptyString"], # required
      security_groups: ["NonEmptyString"],
      assign_public_ip: false,
    }

@!attribute [rw] subnets

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

@!attribute [rw] security_groups

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

@!attribute [rw] assign_public_ip

A boolean indicating whether to assign a public IP address.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/VPCConfig AWS API Documentation

Constants

SENSITIVE