class Aws::Comprehend::Types::VpcConfig

Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job. For more information, see [Amazon VPC].

[1]: docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html

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

data as a hash:

    {
      security_group_ids: ["SecurityGroupId"], # required
      subnets: ["SubnetId"], # required
    }

@!attribute [rw] security_group_ids

The ID number for a security group on an instance of your private
VPC. Security groups on your VPC function serve as a virtual
firewall to control inbound and outbound traffic and provides
security for the resources that you’ll be accessing on the VPC. This
ID number is preceded by "sg-", for instance:
"sg-03b388029b0a285ea". For more information, see [Security Groups
for your VPC][1].

[1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html
@return [Array<String>]

@!attribute [rw] subnets

The ID for each subnet being used in your private VPC. This subnet
is a subset of the a range of IPv4 addresses used by the VPC and is
specific to a given availability zone in the VPC’s region. This ID
number is preceded by "subnet-", for instance:
"subnet-04ccf456919e69055". For more information, see [VPCs and
Subnets][1].

[1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/VpcConfig AWS API Documentation

Constants

SENSITIVE