Class: Aws::EC2::Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The parameters for a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associate_carrier_ip_addressBoolean

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

[1]: docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip

Returns:

  • (Boolean)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#associate_public_ip_addressBoolean

Associates a public IPv4 address with eth0 for a new network interface.

Returns:

  • (Boolean)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#connection_tracking_specificationTypes::ConnectionTrackingSpecificationRequest

A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see [Connection tracking timeouts] in the *Amazon Elastic Compute Cloud User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts



44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#delete_on_terminationBoolean

Indicates whether the network interface is deleted when the instance is terminated.

Returns:

  • (Boolean)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the network interface.

Returns:

  • (String)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#device_indexInteger

The device index for the network interface attachment.

Returns:

  • (Integer)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#ena_srd_specificationTypes::EnaSrdSpecificationRequest

Configure ENA Express settings for your launch template.



44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#groupsArray<String>

The IDs of one or more security groups.

Returns:

  • (Array<String>)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#interface_typeString

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`

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html

Returns:

  • (String)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_4_prefix_countInteger

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

Returns:

  • (Integer)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_4_prefixesArray<Types::Ipv4PrefixSpecificationRequest>

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



44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_address_countInteger

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.

Returns:

  • (Integer)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_addressesArray<Types::InstanceIpv6AddressRequest>

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.



44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_prefix_countInteger

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

Returns:

  • (Integer)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_prefixesArray<Types::Ipv6PrefixSpecificationRequest>

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



44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#network_card_indexInteger

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.

Returns:

  • (Integer)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#primary_ipv_6Boolean

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see [RunInstances].

[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html

Returns:

  • (Boolean)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressString

The primary private IPv4 address of the network interface.

Returns:

  • (String)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressesArray<Types::PrivateIpAddressSpecification>

One or more private IPv4 addresses.



44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_private_ip_address_countInteger

The number of secondary private IPv4 addresses to assign to a network interface.

Returns:

  • (Integer)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet for the network interface.

Returns:

  • (String)


44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
# File 'lib/aws-sdk-ec2/types.rb', line 44481

class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
  :associate_carrier_ip_address,
  :associate_public_ip_address,
  :delete_on_termination,
  :description,
  :device_index,
  :groups,
  :interface_type,
  :ipv_6_address_count,
  :ipv_6_addresses,
  :network_interface_id,
  :private_ip_address,
  :private_ip_addresses,
  :secondary_private_ip_address_count,
  :subnet_id,
  :network_card_index,
  :ipv_4_prefixes,
  :ipv_4_prefix_count,
  :ipv_6_prefixes,
  :ipv_6_prefix_count,
  :primary_ipv_6,
  :ena_srd_specification,
  :connection_tracking_specification)
  SENSITIVE = []
  include Aws::Structure
end