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 |
Synopsis
- data CidrCollection = CidrCollection' {}
- newCidrCollection :: CidrCollection
- cidrCollection_arn :: Lens' CidrCollection (Maybe Text)
- cidrCollection_id :: Lens' CidrCollection (Maybe Text)
- cidrCollection_name :: Lens' CidrCollection (Maybe Text)
- cidrCollection_version :: Lens' CidrCollection (Maybe Natural)
Documentation
data CidrCollection Source #
A complex type that identifies a CIDR collection.
See: newCidrCollection
smart constructor.
CidrCollection' | |
|
Instances
newCidrCollection :: CidrCollection Source #
Create a value of CidrCollection
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:arn:CidrCollection'
, cidrCollection_arn
- The ARN of the collection. Can be used to reference the collection in
IAM policy or in another Amazon Web Services account.
$sel:id:CidrCollection'
, cidrCollection_id
- The unique ID of the CIDR collection.
$sel:name:CidrCollection'
, cidrCollection_name
- The name of a CIDR collection.
$sel:version:CidrCollection'
, cidrCollection_version
- A sequential counter that Route 53 sets to 1 when you create a CIDR
collection and increments by 1 each time you update settings for the
CIDR collection.
cidrCollection_arn :: Lens' CidrCollection (Maybe Text) Source #
The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.
cidrCollection_id :: Lens' CidrCollection (Maybe Text) Source #
The unique ID of the CIDR collection.
cidrCollection_name :: Lens' CidrCollection (Maybe Text) Source #
The name of a CIDR collection.
cidrCollection_version :: Lens' CidrCollection (Maybe Natural) Source #
A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.