libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DeviceFarm.Types.TestGridVpcConfig

Description

 
Synopsis

Documentation

data TestGridVpcConfig Source #

The VPC security groups and subnets that are attached to a project.

See: newTestGridVpcConfig smart constructor.

Constructors

TestGridVpcConfig' 

Fields

Instances

Instances details
Eq TestGridVpcConfig Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridVpcConfig

Read TestGridVpcConfig Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridVpcConfig

Show TestGridVpcConfig Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridVpcConfig

Generic TestGridVpcConfig Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridVpcConfig

Associated Types

type Rep TestGridVpcConfig :: Type -> Type #

NFData TestGridVpcConfig Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridVpcConfig

Methods

rnf :: TestGridVpcConfig -> () #

Hashable TestGridVpcConfig Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridVpcConfig

ToJSON TestGridVpcConfig Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridVpcConfig

FromJSON TestGridVpcConfig Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridVpcConfig

type Rep TestGridVpcConfig Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridVpcConfig

type Rep TestGridVpcConfig = D1 ('MetaData "TestGridVpcConfig" "Amazonka.DeviceFarm.Types.TestGridVpcConfig" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "TestGridVpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTestGridVpcConfig Source #

Create a value of TestGridVpcConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroupIds:TestGridVpcConfig', testGridVpcConfig_securityGroupIds - A list of VPC security group IDs in your Amazon VPC.

$sel:subnetIds:TestGridVpcConfig', testGridVpcConfig_subnetIds - A list of VPC subnet IDs in your Amazon VPC.

$sel:vpcId:TestGridVpcConfig', testGridVpcConfig_vpcId - The ID of the Amazon VPC.

testGridVpcConfig_securityGroupIds :: Lens' TestGridVpcConfig (NonEmpty Text) Source #

A list of VPC security group IDs in your Amazon VPC.

testGridVpcConfig_subnetIds :: Lens' TestGridVpcConfig (NonEmpty Text) Source #

A list of VPC subnet IDs in your Amazon VPC.