Class: Aws::EC2::Types::EnaSrdSpecificationRequest

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

Overview

Launch instances with ENA Express settings configured from your launch template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ena_srd_enabledBoolean

Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch template.

Returns:

  • (Boolean)


30456
30457
30458
30459
30460
30461
# File 'lib/aws-sdk-ec2/types.rb', line 30456

class EnaSrdSpecificationRequest < Struct.new(
  :ena_srd_enabled,
  :ena_srd_udp_specification)
  SENSITIVE = []
  include Aws::Structure
end

#ena_srd_udp_specificationTypes::EnaSrdUdpSpecificationRequest

Contains ENA Express settings for UDP network traffic in your launch template.



30456
30457
30458
30459
30460
30461
# File 'lib/aws-sdk-ec2/types.rb', line 30456

class EnaSrdSpecificationRequest < Struct.new(
  :ena_srd_enabled,
  :ena_srd_udp_specification)
  SENSITIVE = []
  include Aws::Structure
end