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 VpcConfig = VpcConfig' {}
- newVpcConfig :: VpcConfig
- vpcConfig_securityGroupIds :: Lens' VpcConfig (Maybe [Text])
- vpcConfig_vpcId :: Lens' VpcConfig (Maybe Text)
- vpcConfig_subnets :: Lens' VpcConfig (Maybe [Text])
Documentation
Information about the VPC configuration that CodeBuild accesses.
See: newVpcConfig
smart constructor.
Instances
Eq VpcConfig Source # | |
Read VpcConfig Source # | |
Show VpcConfig Source # | |
Generic VpcConfig Source # | |
NFData VpcConfig Source # | |
Defined in Amazonka.CodeBuild.Types.VpcConfig | |
Hashable VpcConfig Source # | |
Defined in Amazonka.CodeBuild.Types.VpcConfig | |
ToJSON VpcConfig Source # | |
Defined in Amazonka.CodeBuild.Types.VpcConfig | |
FromJSON VpcConfig Source # | |
type Rep VpcConfig Source # | |
Defined in Amazonka.CodeBuild.Types.VpcConfig type Rep VpcConfig = D1 ('MetaData "VpcConfig" "Amazonka.CodeBuild.Types.VpcConfig" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "VpcConfig'" '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]))))) |
newVpcConfig :: VpcConfig Source #
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
- A list of one or more security groups IDs in your Amazon VPC.
$sel:vpcId:VpcConfig'
, vpcConfig_vpcId
- The ID of the Amazon VPC.
$sel:subnets:VpcConfig'
, vpcConfig_subnets
- A list of one or more subnet IDs in your Amazon VPC.