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

Description

 
Synopsis

Documentation

data PrefixListId Source #

Describes a prefix list ID.

See: newPrefixListId smart constructor.

Constructors

PrefixListId' 

Fields

  • description :: Maybe Text

    A description for the security group rule that references this prefix list ID.

    Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

  • prefixListId :: Maybe Text

    The ID of the prefix.

Instances

Instances details
ToQuery PrefixListId Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListId

FromXML PrefixListId Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListId

Generic PrefixListId Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListId

Associated Types

type Rep PrefixListId :: Type -> Type #

Read PrefixListId Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListId

Show PrefixListId Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListId

NFData PrefixListId Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListId

Methods

rnf :: PrefixListId -> () #

Eq PrefixListId Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListId

Hashable PrefixListId Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListId

type Rep PrefixListId Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListId

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

newPrefixListId :: PrefixListId Source #

Create a value of PrefixListId 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:PrefixListId', prefixListId_description - A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

$sel:prefixListId:PrefixListId', prefixListId_prefixListId - The ID of the prefix.

prefixListId_description :: Lens' PrefixListId (Maybe Text) Source #

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*