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 :: NonEmpty Text -> VPCConfig
- vPCConfig_securityGroups :: Lens' VPCConfig (Maybe (NonEmpty Text))
- vPCConfig_assignPublicIp :: Lens' VPCConfig (Maybe Bool)
- vPCConfig_subnets :: Lens' VPCConfig (NonEmpty Text)
Documentation
If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and two subnet IDs.
See: newVPCConfig
smart constructor.
VPCConfig' | |
|
Instances
Eq VPCConfig Source # | |
Read VPCConfig Source # | |
Show VPCConfig Source # | |
Generic VPCConfig Source # | |
NFData VPCConfig Source # | |
Defined in Amazonka.RobOMaker.Types.VPCConfig | |
Hashable VPCConfig Source # | |
Defined in Amazonka.RobOMaker.Types.VPCConfig | |
ToJSON VPCConfig Source # | |
Defined in Amazonka.RobOMaker.Types.VPCConfig | |
FromJSON VPCConfig Source # | |
type Rep VPCConfig Source # | |
Defined in Amazonka.RobOMaker.Types.VPCConfig type Rep VPCConfig = D1 ('MetaData "VPCConfig" "Amazonka.RobOMaker.Types.VPCConfig" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "VPCConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "assignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty 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:securityGroups:VPCConfig'
, vPCConfig_securityGroups
- A list of one or more security groups IDs in your VPC.
$sel:assignPublicIp:VPCConfig'
, vPCConfig_assignPublicIp
- A boolean indicating whether to assign a public IP address.
$sel:subnets:VPCConfig'
, vPCConfig_subnets
- A list of one or more subnet IDs in your VPC.
vPCConfig_securityGroups :: Lens' VPCConfig (Maybe (NonEmpty Text)) Source #
A list of one or more security groups IDs in your VPC.