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 |
Documentation
data CidrRoutingConfig Source #
The object that is specified in resource record set object when you are linking a resource record set to a CIDR location.
A LocationName
with an asterisk “*” can be used to create a default
CIDR record. CollectionId
is still required for default record.
See: newCidrRoutingConfig
smart constructor.
CidrRoutingConfig' | |
|
Instances
:: Text | |
-> Text | |
-> CidrRoutingConfig |
Create a value of CidrRoutingConfig
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:collectionId:CidrRoutingConfig'
, cidrRoutingConfig_collectionId
- The CIDR collection ID.
$sel:locationName:CidrRoutingConfig'
, cidrRoutingConfig_locationName
- The CIDR collection location name.
cidrRoutingConfig_collectionId :: Lens' CidrRoutingConfig Text Source #
The CIDR collection ID.
cidrRoutingConfig_locationName :: Lens' CidrRoutingConfig Text Source #
The CIDR collection location name.