Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TestGridVpcConfig = TestGridVpcConfig' {}
- newTestGridVpcConfig :: NonEmpty Text -> NonEmpty Text -> Text -> TestGridVpcConfig
- testGridVpcConfig_securityGroupIds :: Lens' TestGridVpcConfig (NonEmpty Text)
- testGridVpcConfig_subnetIds :: Lens' TestGridVpcConfig (NonEmpty Text)
- testGridVpcConfig_vpcId :: Lens' TestGridVpcConfig Text
Documentation
data TestGridVpcConfig Source #
The VPC security groups and subnets that are attached to a project.
See: newTestGridVpcConfig
smart constructor.
Instances
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.
testGridVpcConfig_vpcId :: Lens' TestGridVpcConfig Text Source #
The ID of the Amazon VPC.