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 Ipam = Ipam' {
- description :: Maybe Text
- ipamArn :: Maybe Text
- ipamId :: Maybe Text
- ipamRegion :: Maybe Text
- operatingRegions :: Maybe [IpamOperatingRegion]
- ownerId :: Maybe Text
- privateDefaultScopeId :: Maybe Text
- publicDefaultScopeId :: Maybe Text
- scopeCount :: Maybe Int
- state :: Maybe IpamState
- tags :: Maybe [Tag]
- newIpam :: Ipam
- ipam_description :: Lens' Ipam (Maybe Text)
- ipam_ipamArn :: Lens' Ipam (Maybe Text)
- ipam_ipamId :: Lens' Ipam (Maybe Text)
- ipam_ipamRegion :: Lens' Ipam (Maybe Text)
- ipam_operatingRegions :: Lens' Ipam (Maybe [IpamOperatingRegion])
- ipam_ownerId :: Lens' Ipam (Maybe Text)
- ipam_privateDefaultScopeId :: Lens' Ipam (Maybe Text)
- ipam_publicDefaultScopeId :: Lens' Ipam (Maybe Text)
- ipam_scopeCount :: Lens' Ipam (Maybe Int)
- ipam_state :: Lens' Ipam (Maybe IpamState)
- ipam_tags :: Lens' Ipam (Maybe [Tag])
Documentation
IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.
See: newIpam
smart constructor.
Ipam' | |
|
Instances
Create a value of Ipam
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:description:Ipam'
, ipam_description
- The description for the IPAM.
$sel:ipamArn:Ipam'
, ipam_ipamArn
- The ARN of the IPAM.
$sel:ipamId:Ipam'
, ipam_ipamId
- The ID of the IPAM.
$sel:ipamRegion:Ipam'
, ipam_ipamRegion
- The Amazon Web Services Region of the IPAM.
$sel:operatingRegions:Ipam'
, ipam_operatingRegions
- The operating Regions for an IPAM. Operating Regions are Amazon Web
Services Regions where the IPAM is allowed to manage IP address CIDRs.
IPAM only discovers and monitors resources in the Amazon Web Services
Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
$sel:ownerId:Ipam'
, ipam_ownerId
- The Amazon Web Services account ID of the owner of the IPAM.
$sel:privateDefaultScopeId:Ipam'
, ipam_privateDefaultScopeId
- The ID of the IPAM's default private scope.
$sel:publicDefaultScopeId:Ipam'
, ipam_publicDefaultScopeId
- The ID of the IPAM's default public scope.
$sel:scopeCount:Ipam'
, ipam_scopeCount
- The number of scopes in the IPAM. The scope quota is 5. For more
information on quotas, see
Quotas in IPAM
in the Amazon VPC IPAM User Guide.
$sel:state:Ipam'
, ipam_state
- The state of the IPAM.
$sel:tags:Ipam'
, ipam_tags
- The key/value combination of a tag assigned to the resource. Use the
tag key in the filter name and the tag value as the filter value. For
example, to find all resources that have a tag with the key Owner
and
the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
ipam_operatingRegions :: Lens' Ipam (Maybe [IpamOperatingRegion]) Source #
The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
ipam_ownerId :: Lens' Ipam (Maybe Text) Source #
The Amazon Web Services account ID of the owner of the IPAM.
ipam_privateDefaultScopeId :: Lens' Ipam (Maybe Text) Source #
The ID of the IPAM's default private scope.
ipam_publicDefaultScopeId :: Lens' Ipam (Maybe Text) Source #
The ID of the IPAM's default public scope.
ipam_scopeCount :: Lens' Ipam (Maybe Int) Source #
The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.
ipam_tags :: Lens' Ipam (Maybe [Tag]) Source #
The key/value combination of a tag assigned to the resource. Use the
tag key in the filter name and the tag value as the filter value. For
example, to find all resources that have a tag with the key Owner
and
the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.