Class: Aws::FMS::Types::EC2CreateRouteAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Information about the CreateRoute action in Amazon EC2.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of CreateRoute action in Amazon EC2.

Returns:

  • (String)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 879

class EC2CreateRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :vpc_endpoint_id,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_cidr_blockString

Information about the IPv4 CIDR address block used for the destination match.

Returns:

  • (String)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 879

class EC2CreateRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :vpc_endpoint_id,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_ipv_6_cidr_blockString

Information about the IPv6 CIDR block destination.

Returns:

  • (String)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 879

class EC2CreateRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :vpc_endpoint_id,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_prefix_list_idString

Information about the ID of a prefix list used for the destination match.

Returns:

  • (String)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 879

class EC2CreateRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :vpc_endpoint_id,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idTypes::ActionTarget

Information about the ID of an internet gateway or virtual private gateway attached to your VPC.

Returns:



879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 879

class EC2CreateRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :vpc_endpoint_id,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#route_table_idTypes::ActionTarget

Information about the ID of the route table for the route.

Returns:



879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 879

class EC2CreateRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :vpc_endpoint_id,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idTypes::ActionTarget

Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

Returns:



879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 879

class EC2CreateRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :vpc_endpoint_id,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end