| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.VpcConfiguration
Description
Documentation
data VpcConfiguration Source #
Describes the parameters of a VPC used by the application.
See: newVpcConfiguration smart constructor.
Constructors
| VpcConfiguration' | |
Fields
| |
Instances
Arguments
| :: NonEmpty Text | |
| -> NonEmpty Text | |
| -> VpcConfiguration |
Create a value of VpcConfiguration 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:subnetIds:VpcConfiguration', vpcConfiguration_subnetIds - The array of
Subnet
IDs used by the VPC configuration.
$sel:securityGroupIds:VpcConfiguration', vpcConfiguration_securityGroupIds - The array of
SecurityGroup
IDs used by the VPC configuration.
vpcConfiguration_subnetIds :: Lens' VpcConfiguration (NonEmpty Text) Source #
The array of Subnet IDs used by the VPC configuration.
vpcConfiguration_securityGroupIds :: Lens' VpcConfiguration (NonEmpty Text) Source #
The array of SecurityGroup IDs used by the VPC configuration.