Class: Aws::FMS::Types::EC2CreateRouteAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::EC2CreateRouteAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Information about the CreateRoute action in Amazon EC2.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of CreateRoute action in Amazon EC2.
-
#destination_cidr_block ⇒ String
Information about the IPv4 CIDR address block used for the destination match.
-
#destination_ipv_6_cidr_block ⇒ String
Information about the IPv6 CIDR block destination.
-
#destination_prefix_list_id ⇒ String
Information about the ID of a prefix list used for the destination match.
-
#gateway_id ⇒ Types::ActionTarget
Information about the ID of an internet gateway or virtual private gateway attached to your VPC.
-
#route_table_id ⇒ Types::ActionTarget
Information about the ID of the route table for the route.
-
#vpc_endpoint_id ⇒ Types::ActionTarget
Information about the ID of a VPC endpoint.
Instance Attribute Details
#description ⇒ String
A description of CreateRoute action in Amazon EC2.
973 974 975 976 977 978 979 980 981 982 983 |
# File 'lib/aws-sdk-fms/types.rb', line 973 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_block ⇒ String
Information about the IPv4 CIDR address block used for the destination match.
973 974 975 976 977 978 979 980 981 982 983 |
# File 'lib/aws-sdk-fms/types.rb', line 973 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_block ⇒ String
Information about the IPv6 CIDR block destination.
973 974 975 976 977 978 979 980 981 982 983 |
# File 'lib/aws-sdk-fms/types.rb', line 973 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_id ⇒ String
Information about the ID of a prefix list used for the destination match.
973 974 975 976 977 978 979 980 981 982 983 |
# File 'lib/aws-sdk-fms/types.rb', line 973 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_id ⇒ Types::ActionTarget
Information about the ID of an internet gateway or virtual private gateway attached to your VPC.
973 974 975 976 977 978 979 980 981 982 983 |
# File 'lib/aws-sdk-fms/types.rb', line 973 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_id ⇒ Types::ActionTarget
Information about the ID of the route table for the route.
973 974 975 976 977 978 979 980 981 982 983 |
# File 'lib/aws-sdk-fms/types.rb', line 973 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_id ⇒ Types::ActionTarget
Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
973 974 975 976 977 978 979 980 981 982 983 |
# File 'lib/aws-sdk-fms/types.rb', line 973 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 |