Class: Aws::EC2::Types::SecurityGroupRule

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

Overview

Describes a security group rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_ipv_4String

The IPv4 CIDR range.

Returns:

  • (String)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_ipv_6String

The IPv6 CIDR range.

Returns:

  • (String)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The security group rule description.

Returns:

  • (String)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#from_portInteger

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).

Returns:

  • (Integer)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

The ID of the security group.

Returns:

  • (String)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#group_owner_idString

The ID of the Amazon Web Services account that owns the security group.

Returns:

  • (String)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ip_protocolString

The IP protocol name (‘tcp`, `udp`, `icmp`, `icmpv6`) or number (see [Protocol Numbers]).

Use ‘-1` to specify all protocols.

[1]: www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml

Returns:

  • (String)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#is_egressBoolean

Indicates whether the security group rule is an outbound rule.

Returns:

  • (Boolean)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_idString

The ID of the prefix list.

Returns:

  • (String)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#referenced_group_infoTypes::ReferencedSecurityGroup

Describes the security group that is referenced in the rule.



60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_rule_idString

The ID of the security group rule.

Returns:

  • (String)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags applied to the security group rule.

Returns:



60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#to_portInteger

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).

Returns:

  • (Integer)


60473
60474
60475
60476
60477
60478
60479
60480
60481
60482
60483
60484
60485
60486
60487
60488
60489
# File 'lib/aws-sdk-ec2/types.rb', line 60473

class SecurityGroupRule < Struct.new(
  :security_group_rule_id,
  :group_id,
  :group_owner_id,
  :is_egress,
  :ip_protocol,
  :from_port,
  :to_port,
  :cidr_ipv_4,
  :cidr_ipv_6,
  :prefix_list_id,
  :referenced_group_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end