| 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.Route53.Types.CidrCollectionChange
Description
Synopsis
- data CidrCollectionChange = CidrCollectionChange' {}
- newCidrCollectionChange :: Text -> CidrCollectionChangeAction -> NonEmpty Text -> CidrCollectionChange
- cidrCollectionChange_locationName :: Lens' CidrCollectionChange Text
- cidrCollectionChange_action :: Lens' CidrCollectionChange CidrCollectionChangeAction
- cidrCollectionChange_cidrList :: Lens' CidrCollectionChange (NonEmpty Text)
Documentation
data CidrCollectionChange Source #
A complex type that contains information about the CIDR collection change.
See: newCidrCollectionChange smart constructor.
Constructors
| CidrCollectionChange' | |
Fields
| |
Instances
newCidrCollectionChange Source #
Arguments
| :: Text | |
| -> CidrCollectionChangeAction | |
| -> NonEmpty Text | |
| -> CidrCollectionChange |
Create a value of CidrCollectionChange 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:locationName:CidrCollectionChange', cidrCollectionChange_locationName - Name of the location that is associated with the CIDR collection.
$sel:action:CidrCollectionChange', cidrCollectionChange_action - CIDR collection change action.
$sel:cidrList:CidrCollectionChange', cidrCollectionChange_cidrList - List of CIDR blocks.
cidrCollectionChange_locationName :: Lens' CidrCollectionChange Text Source #
Name of the location that is associated with the CIDR collection.
cidrCollectionChange_action :: Lens' CidrCollectionChange CidrCollectionChangeAction Source #
CIDR collection change action.
cidrCollectionChange_cidrList :: Lens' CidrCollectionChange (NonEmpty Text) Source #
List of CIDR blocks.