amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.IpamScope

Description

 
Synopsis

Documentation

data IpamScope Source #

In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

For more information, see How IPAM works in the Amazon VPC IPAM User Guide.

See: newIpamScope smart constructor.

Constructors

IpamScope' 

Fields

Instances

Instances details
FromXML IpamScope Source # 
Instance details

Defined in Amazonka.EC2.Types.IpamScope

Generic IpamScope Source # 
Instance details

Defined in Amazonka.EC2.Types.IpamScope

Associated Types

type Rep IpamScope :: Type -> Type #

Read IpamScope Source # 
Instance details

Defined in Amazonka.EC2.Types.IpamScope

Show IpamScope Source # 
Instance details

Defined in Amazonka.EC2.Types.IpamScope

NFData IpamScope Source # 
Instance details

Defined in Amazonka.EC2.Types.IpamScope

Methods

rnf :: IpamScope -> () #

Eq IpamScope Source # 
Instance details

Defined in Amazonka.EC2.Types.IpamScope

Hashable IpamScope Source # 
Instance details

Defined in Amazonka.EC2.Types.IpamScope

type Rep IpamScope Source # 
Instance details

Defined in Amazonka.EC2.Types.IpamScope

newIpamScope :: IpamScope Source #

Create a value of IpamScope 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:IpamScope', ipamScope_description - The description of the scope.

$sel:ipamArn:IpamScope', ipamScope_ipamArn - The ARN of the IPAM.

$sel:ipamRegion:IpamScope', ipamScope_ipamRegion - The Amazon Web Services Region of the IPAM scope.

$sel:ipamScopeArn:IpamScope', ipamScope_ipamScopeArn - The ARN of the scope.

$sel:ipamScopeId:IpamScope', ipamScope_ipamScopeId - The ID of the scope.

$sel:ipamScopeType:IpamScope', ipamScope_ipamScopeType - The type of the scope.

$sel:isDefault:IpamScope', ipamScope_isDefault - Defines if the scope is the default scope or not.

$sel:ownerId:IpamScope', ipamScope_ownerId - The Amazon Web Services account ID of the owner of the scope.

$sel:poolCount:IpamScope', ipamScope_poolCount - The number of pools in the scope.

$sel:state:IpamScope', ipamScope_state - The state of the IPAM scope.

$sel:tags:IpamScope', ipamScope_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.

ipamScope_description :: Lens' IpamScope (Maybe Text) Source #

The description of the scope.

ipamScope_ipamRegion :: Lens' IpamScope (Maybe Text) Source #

The Amazon Web Services Region of the IPAM scope.

ipamScope_isDefault :: Lens' IpamScope (Maybe Bool) Source #

Defines if the scope is the default scope or not.

ipamScope_ownerId :: Lens' IpamScope (Maybe Text) Source #

The Amazon Web Services account ID of the owner of the scope.

ipamScope_poolCount :: Lens' IpamScope (Maybe Int) Source #

The number of pools in the scope.

ipamScope_state :: Lens' IpamScope (Maybe IpamScopeState) Source #

The state of the IPAM scope.

ipamScope_tags :: Lens' IpamScope (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.