| 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 |
Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig
Description
Synopsis
- data AwsCodeBuildProjectVpcConfig = AwsCodeBuildProjectVpcConfig' {}
- newAwsCodeBuildProjectVpcConfig :: AwsCodeBuildProjectVpcConfig
- awsCodeBuildProjectVpcConfig_securityGroupIds :: Lens' AwsCodeBuildProjectVpcConfig (Maybe [Text])
- awsCodeBuildProjectVpcConfig_vpcId :: Lens' AwsCodeBuildProjectVpcConfig (Maybe Text)
- awsCodeBuildProjectVpcConfig_subnets :: Lens' AwsCodeBuildProjectVpcConfig (Maybe [Text])
Documentation
data AwsCodeBuildProjectVpcConfig Source #
Information about the VPC configuration that CodeBuild accesses.
See: newAwsCodeBuildProjectVpcConfig smart constructor.
Constructors
| AwsCodeBuildProjectVpcConfig' | |
Instances
newAwsCodeBuildProjectVpcConfig :: AwsCodeBuildProjectVpcConfig Source #
Create a value of AwsCodeBuildProjectVpcConfig 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:AwsCodeBuildProjectVpcConfig', awsCodeBuildProjectVpcConfig_securityGroupIds - A list of one or more security group IDs in your VPC.
$sel:vpcId:AwsCodeBuildProjectVpcConfig', awsCodeBuildProjectVpcConfig_vpcId - The ID of the VPC.
$sel:subnets:AwsCodeBuildProjectVpcConfig', awsCodeBuildProjectVpcConfig_subnets - A list of one or more subnet IDs in your VPC.
awsCodeBuildProjectVpcConfig_securityGroupIds :: Lens' AwsCodeBuildProjectVpcConfig (Maybe [Text]) Source #
A list of one or more security group IDs in your VPC.
awsCodeBuildProjectVpcConfig_vpcId :: Lens' AwsCodeBuildProjectVpcConfig (Maybe Text) Source #
The ID of the VPC.
awsCodeBuildProjectVpcConfig_subnets :: Lens' AwsCodeBuildProjectVpcConfig (Maybe [Text]) Source #
A list of one or more subnet IDs in your VPC.