class Aws::AppStream::Types::VpcConfig

Describes VPC configuration information for fleets and image builders.

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

data as a hash:

    {
      subnet_ids: ["String"],
      security_group_ids: ["String"],
    }

@!attribute [rw] subnet_ids

The identifiers of the subnets to which a network interface is
attached from the fleet instance or image builder instance. Fleet
instances use one or more subnets. Image builder instances use one
subnet.
@return [Array<String>]

@!attribute [rw] security_group_ids

The identifiers of the security groups for the fleet or image
builder.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/VpcConfig AWS API Documentation

Constants

SENSITIVE