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

Description

 
Synopsis

Documentation

data Ipv6Range Source #

EC2-VPC only
Describes an IPv6 range.

See: newIpv6Range smart constructor.

Constructors

Ipv6Range' 

Fields

  • cidrIpv6 :: Maybe Text

    The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

  • description :: Maybe Text

    A description for the security group rule that references this IPv6 address range.

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

Instances

Instances details
ToQuery Ipv6Range Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Range

FromXML Ipv6Range Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Range

Generic Ipv6Range Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Range

Associated Types

type Rep Ipv6Range :: Type -> Type #

Read Ipv6Range Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Range

Show Ipv6Range Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Range

NFData Ipv6Range Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Range

Methods

rnf :: Ipv6Range -> () #

Eq Ipv6Range Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Range

Hashable Ipv6Range Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Range

type Rep Ipv6Range Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Range

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

newIpv6Range :: Ipv6Range Source #

Create a value of Ipv6Range 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:cidrIpv6:Ipv6Range', ipv6Range_cidrIpv6 - The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

$sel:description:Ipv6Range', ipv6Range_description - A description for the security group rule that references this IPv6 address range.

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

ipv6Range_cidrIpv6 :: Lens' Ipv6Range (Maybe Text) Source #

The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

ipv6Range_description :: Lens' Ipv6Range (Maybe Text) Source #

A description for the security group rule that references this IPv6 address range.

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