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)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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 type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

Returns:

  • (Integer)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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.



59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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:



59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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 type number. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

Returns:

  • (Integer)


59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
# File 'lib/aws-sdk-ec2/types.rb', line 59633

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