| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.Types.VpcConfig
Description
Synopsis
- data VpcConfig = VpcConfig' {}
- newVpcConfig :: NonEmpty Text -> NonEmpty Text -> Text -> VpcConfig
- vpcConfig_securityGroupIds :: Lens' VpcConfig (NonEmpty Text)
- vpcConfig_subnetIds :: Lens' VpcConfig (NonEmpty Text)
- vpcConfig_vpcId :: Lens' VpcConfig Text
Documentation
Contains the VPC configuration data necessary to interface with AWS Device Farm's services.
See: newVpcConfig smart constructor.
Constructors
| VpcConfig' | |
Instances
| FromJSON VpcConfig Source # | |
| ToJSON VpcConfig Source # | |
Defined in Amazonka.DeviceFarm.Types.VpcConfig | |
| Generic VpcConfig Source # | |
| Read VpcConfig Source # | |
| Show VpcConfig Source # | |
| NFData VpcConfig Source # | |
Defined in Amazonka.DeviceFarm.Types.VpcConfig | |
| Eq VpcConfig Source # | |
| Hashable VpcConfig Source # | |
Defined in Amazonka.DeviceFarm.Types.VpcConfig | |
| type Rep VpcConfig Source # | |
Defined in Amazonka.DeviceFarm.Types.VpcConfig type Rep VpcConfig = D1 ('MetaData "VpcConfig" "Amazonka.DeviceFarm.Types.VpcConfig" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "VpcConfig'" '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)))) | |
Create a value of VpcConfig 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:VpcConfig', vpcConfig_securityGroupIds - An array of one or more security groups IDs in your Amazon VPC.
$sel:subnetIds:VpcConfig', vpcConfig_subnetIds - An array of one or more subnet IDs in your Amazon VPC.
$sel:vpcId:VpcConfig', vpcConfig_vpcId - The ID of the Amazon VPC.
vpcConfig_securityGroupIds :: Lens' VpcConfig (NonEmpty Text) Source #
An array of one or more security groups IDs in your Amazon VPC.