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.RequestIpamResourceTag

Description

 
Synopsis

Documentation

data RequestIpamResourceTag Source #

A tag on an IPAM resource.

See: newRequestIpamResourceTag smart constructor.

Constructors

RequestIpamResourceTag' 

Fields

  • key :: Maybe Text

    The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

  • value :: Maybe Text

    The value for the tag.

Instances

Instances details
ToQuery RequestIpamResourceTag Source # 
Instance details

Defined in Amazonka.EC2.Types.RequestIpamResourceTag

Generic RequestIpamResourceTag Source # 
Instance details

Defined in Amazonka.EC2.Types.RequestIpamResourceTag

Associated Types

type Rep RequestIpamResourceTag :: Type -> Type #

Read RequestIpamResourceTag Source # 
Instance details

Defined in Amazonka.EC2.Types.RequestIpamResourceTag

Show RequestIpamResourceTag Source # 
Instance details

Defined in Amazonka.EC2.Types.RequestIpamResourceTag

NFData RequestIpamResourceTag Source # 
Instance details

Defined in Amazonka.EC2.Types.RequestIpamResourceTag

Methods

rnf :: RequestIpamResourceTag -> () #

Eq RequestIpamResourceTag Source # 
Instance details

Defined in Amazonka.EC2.Types.RequestIpamResourceTag

Hashable RequestIpamResourceTag Source # 
Instance details

Defined in Amazonka.EC2.Types.RequestIpamResourceTag

type Rep RequestIpamResourceTag Source # 
Instance details

Defined in Amazonka.EC2.Types.RequestIpamResourceTag

type Rep RequestIpamResourceTag = D1 ('MetaData "RequestIpamResourceTag" "Amazonka.EC2.Types.RequestIpamResourceTag" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "RequestIpamResourceTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRequestIpamResourceTag :: RequestIpamResourceTag Source #

Create a value of RequestIpamResourceTag 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:

RequestIpamResourceTag, requestIpamResourceTag_key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

RequestIpamResourceTag, requestIpamResourceTag_value - The value for the tag.

requestIpamResourceTag_key :: Lens' RequestIpamResourceTag (Maybe Text) Source #

The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.