libZSservicesZSamazonka-route53ZSamazonka-route53
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53.Types.ResourceTagSet

Description

 
Synopsis

Documentation

data ResourceTagSet Source #

A complex type containing a resource and its associated tags.

See: newResourceTagSet smart constructor.

Constructors

ResourceTagSet' 

Fields

Instances

Instances details
Eq ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Read ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Show ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Generic ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Associated Types

type Rep ResourceTagSet :: Type -> Type #

NFData ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Methods

rnf :: ResourceTagSet -> () #

Hashable ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

FromXML ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

type Rep ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

type Rep ResourceTagSet = D1 ('MetaData "ResourceTagSet" "Amazonka.Route53.Types.ResourceTagSet" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "ResourceTagSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagResourceType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))))))

newResourceTagSet :: ResourceTagSet Source #

Create a value of ResourceTagSet 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:resourceId:ResourceTagSet', resourceTagSet_resourceId - The ID for the specified resource.

$sel:resourceType:ResourceTagSet', resourceTagSet_resourceType - The type of the resource.

  • The resource type for health checks is healthcheck.
  • The resource type for hosted zones is hostedzone.

$sel:tags:ResourceTagSet', resourceTagSet_tags - The tags associated with the specified resource.

resourceTagSet_resourceId :: Lens' ResourceTagSet (Maybe Text) Source #

The ID for the specified resource.

resourceTagSet_resourceType :: Lens' ResourceTagSet (Maybe TagResourceType) Source #

The type of the resource.

  • The resource type for health checks is healthcheck.
  • The resource type for hosted zones is hostedzone.

resourceTagSet_tags :: Lens' ResourceTagSet (Maybe (NonEmpty Tag)) Source #

The tags associated with the specified resource.