libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

Description

 
Synopsis

Documentation

data AwsCodeBuildProjectVpcConfig Source #

Information about the VPC configuration that CodeBuild accesses.

See: newAwsCodeBuildProjectVpcConfig smart constructor.

Constructors

AwsCodeBuildProjectVpcConfig' 

Fields

Instances

Instances details
Eq AwsCodeBuildProjectVpcConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

Read AwsCodeBuildProjectVpcConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

Show AwsCodeBuildProjectVpcConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

Generic AwsCodeBuildProjectVpcConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

Associated Types

type Rep AwsCodeBuildProjectVpcConfig :: Type -> Type #

NFData AwsCodeBuildProjectVpcConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

Hashable AwsCodeBuildProjectVpcConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

ToJSON AwsCodeBuildProjectVpcConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

FromJSON AwsCodeBuildProjectVpcConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

type Rep AwsCodeBuildProjectVpcConfig Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig

type Rep AwsCodeBuildProjectVpcConfig = D1 ('MetaData "AwsCodeBuildProjectVpcConfig" "Amazonka.SecurityHub.Types.AwsCodeBuildProjectVpcConfig" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsCodeBuildProjectVpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

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_subnets :: Lens' AwsCodeBuildProjectVpcConfig (Maybe [Text]) Source #

A list of one or more subnet IDs in your VPC.