| 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.VpcConfigurationUpdate
Description
Synopsis
- data VpcConfigurationUpdate = VpcConfigurationUpdate' {}
- newVpcConfigurationUpdate :: Text -> VpcConfigurationUpdate
- vpcConfigurationUpdate_securityGroupIdUpdates :: Lens' VpcConfigurationUpdate (Maybe (NonEmpty Text))
- vpcConfigurationUpdate_subnetIdUpdates :: Lens' VpcConfigurationUpdate (Maybe (NonEmpty Text))
- vpcConfigurationUpdate_vpcConfigurationId :: Lens' VpcConfigurationUpdate Text
Documentation
data VpcConfigurationUpdate Source #
Describes updates to the VPC configuration used by the application.
See: newVpcConfigurationUpdate smart constructor.
Constructors
| VpcConfigurationUpdate' | |
Fields
| |
Instances
newVpcConfigurationUpdate Source #
Create a value of VpcConfigurationUpdate 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:securityGroupIdUpdates:VpcConfigurationUpdate', vpcConfigurationUpdate_securityGroupIdUpdates - Describes updates to the array of
SecurityGroup
IDs used by the VPC configuration.
$sel:subnetIdUpdates:VpcConfigurationUpdate', vpcConfigurationUpdate_subnetIdUpdates - Describes updates to the array of
Subnet
IDs used by the VPC configuration.
$sel:vpcConfigurationId:VpcConfigurationUpdate', vpcConfigurationUpdate_vpcConfigurationId - Describes an update to the ID of the VPC configuration.
vpcConfigurationUpdate_securityGroupIdUpdates :: Lens' VpcConfigurationUpdate (Maybe (NonEmpty Text)) Source #
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
vpcConfigurationUpdate_subnetIdUpdates :: Lens' VpcConfigurationUpdate (Maybe (NonEmpty Text)) Source #
Describes updates to the array of Subnet IDs used by the VPC configuration.
vpcConfigurationUpdate_vpcConfigurationId :: Lens' VpcConfigurationUpdate Text Source #
Describes an update to the ID of the VPC configuration.