amazonka-route53-2.0: Amazon Route 53 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.Route53.Types.CollectionSummary

Description

 
Synopsis

Documentation

data CollectionSummary Source #

A complex type that is an entry in an CidrCollection array.

See: newCollectionSummary smart constructor.

Constructors

CollectionSummary' 

Fields

  • arn :: Maybe Text

    The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.

  • id :: Maybe Text

    Unique ID for the CIDR collection.

  • name :: Maybe Text

    The name of a CIDR collection.

  • version :: Maybe Natural

    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.

Instances

Instances details
FromXML CollectionSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.CollectionSummary

Generic CollectionSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.CollectionSummary

Associated Types

type Rep CollectionSummary :: Type -> Type #

Read CollectionSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.CollectionSummary

Show CollectionSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.CollectionSummary

NFData CollectionSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.CollectionSummary

Methods

rnf :: CollectionSummary -> () #

Eq CollectionSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.CollectionSummary

Hashable CollectionSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.CollectionSummary

type Rep CollectionSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.CollectionSummary

type Rep CollectionSummary = D1 ('MetaData "CollectionSummary" "Amazonka.Route53.Types.CollectionSummary" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "CollectionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newCollectionSummary :: CollectionSummary Source #

Create a value of CollectionSummary 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:CollectionSummary', collectionSummary_arn - The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.

$sel:id:CollectionSummary', collectionSummary_id - Unique ID for the CIDR collection.

$sel:name:CollectionSummary', collectionSummary_name - The name of a CIDR collection.

$sel:version:CollectionSummary', collectionSummary_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.

collectionSummary_arn :: Lens' CollectionSummary (Maybe Text) Source #

The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.

collectionSummary_id :: Lens' CollectionSummary (Maybe Text) Source #

Unique ID for the CIDR collection.

collectionSummary_name :: Lens' CollectionSummary (Maybe Text) Source #

The name of a CIDR collection.

collectionSummary_version :: Lens' CollectionSummary (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.