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

Description

 
Synopsis

Documentation

data LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source #

The parameters for a network interface.

See: newLaunchTemplateInstanceNetworkInterfaceSpecificationRequest smart constructor.

Constructors

LaunchTemplateInstanceNetworkInterfaceSpecificationRequest' 

Fields

Instances

Instances details
ToQuery LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

Generic LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

Read LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

Show LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

NFData LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

Eq LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

Hashable LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

type Rep LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

type Rep LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = D1 ('MetaData "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest" "Amazonka.EC2.Types.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "associateCarrierIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "associatePublicIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "deleteOnTermination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deviceIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "interfaceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ipv4PrefixCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "ipv4Prefixes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Ipv4PrefixSpecificationRequest])))))) :*: (((S1 ('MetaSel ('Just "ipv6AddressCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "ipv6Addresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceIpv6AddressRequest]))) :*: (S1 ('MetaSel ('Just "ipv6PrefixCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "ipv6Prefixes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Ipv6PrefixSpecificationRequest])) :*: S1 ('MetaSel ('Just "networkCardIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "networkInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "privateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "privateIpAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PrivateIpAddressSpecification])) :*: (S1 ('MetaSel ('Just "secondaryPrivateIpAddressCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newLaunchTemplateInstanceNetworkInterfaceSpecificationRequest :: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest Source #

Create a value of LaunchTemplateInstanceNetworkInterfaceSpecificationRequest 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:associateCarrierIpAddress:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_associateCarrierIpAddress - Associates a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

$sel:associatePublicIpAddress:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_associatePublicIpAddress - Associates a public IPv4 address with eth0 for a new network interface.

$sel:deleteOnTermination:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_deleteOnTermination - Indicates whether the network interface is deleted when the instance is terminated.

$sel:description:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_description - A description for the network interface.

$sel:deviceIndex:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_deviceIndex - The device index for the network interface attachment.

$sel:groups:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_groups - The IDs of one or more security groups.

$sel:interfaceType:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_interfaceType - The type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide.

If you are not creating an EFA, specify interface or omit this parameter.

Valid values: interface | efa

$sel:ipv4PrefixCount:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv4PrefixCount - The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.

$sel:ipv4Prefixes:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv4Prefixes - One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

$sel:ipv6AddressCount:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6AddressCount - The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.

$sel:ipv6Addresses:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6Addresses - One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.

$sel:ipv6PrefixCount:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6PrefixCount - The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

$sel:ipv6Prefixes:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6Prefixes - One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

$sel:networkCardIndex:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_networkCardIndex - The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

$sel:networkInterfaceId:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_networkInterfaceId - The ID of the network interface.

LaunchTemplateInstanceNetworkInterfaceSpecificationRequest, launchTemplateInstanceNetworkInterfaceSpecificationRequest_privateIpAddress - The primary private IPv4 address of the network interface.

$sel:privateIpAddresses:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_privateIpAddresses - One or more private IPv4 addresses.

$sel:secondaryPrivateIpAddressCount:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_secondaryPrivateIpAddressCount - The number of secondary private IPv4 addresses to assign to a network interface.

$sel:subnetId:LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', launchTemplateInstanceNetworkInterfaceSpecificationRequest_subnetId - The ID of the subnet for the network interface.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_associateCarrierIpAddress :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Bool) Source #

Associates a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_interfaceType :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Text) Source #

The type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide.

If you are not creating an EFA, specify interface or omit this parameter.

Valid values: interface | efa

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv4PrefixCount :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Int) Source #

The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv4Prefixes :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe [Ipv4PrefixSpecificationRequest]) Source #

One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6AddressCount :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Int) Source #

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6Addresses :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe [InstanceIpv6AddressRequest]) Source #

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6PrefixCount :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Int) Source #

The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6Prefixes :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe [Ipv6PrefixSpecificationRequest]) Source #

One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_networkCardIndex :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Int) Source #

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.