class Aws::WorkLink::Types::UpdateCompanyNetworkConfigurationRequest

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

data as a hash:

    {
      fleet_arn: "FleetArn", # required
      vpc_id: "VpcId", # required
      subnet_ids: ["SubnetId"], # required
      security_group_ids: ["SecurityGroupId"], # required
    }

@!attribute [rw] fleet_arn

The ARN of the fleet.
@return [String]

@!attribute [rw] vpc_id

The VPC with connectivity to associated websites.
@return [String]

@!attribute [rw] subnet_ids

The subnets used for X-ENI connections from Amazon WorkLink
rendering containers.
@return [Array<String>]

@!attribute [rw] security_group_ids

The security groups associated with access to the provided subnets.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/worklink-2018-09-25/UpdateCompanyNetworkConfigurationRequest AWS API Documentation

Constants

SENSITIVE