| 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.EC2.Types.SubnetCidrBlockState
Description
Documentation
data SubnetCidrBlockState Source #
Describes the state of a CIDR block.
See: newSubnetCidrBlockState smart constructor.
Constructors
| SubnetCidrBlockState' | |
Fields
| |
Instances
newSubnetCidrBlockState :: SubnetCidrBlockState Source #
Create a value of SubnetCidrBlockState 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:state:SubnetCidrBlockState', subnetCidrBlockState_state - The state of a CIDR block.
$sel:statusMessage:SubnetCidrBlockState', subnetCidrBlockState_statusMessage - A message about the status of the CIDR block, if applicable.
subnetCidrBlockState_state :: Lens' SubnetCidrBlockState (Maybe SubnetCidrBlockStateCode) Source #
The state of a CIDR block.
subnetCidrBlockState_statusMessage :: Lens' SubnetCidrBlockState (Maybe Text) Source #
A message about the status of the CIDR block, if applicable.