Class: MintPress::Aws::EC2::SecurityGroupIngress

Inherits:
Object
  • Object
show all
Includes:
MintLogger, AwsCommon, Mixins::Properties
Defined in:
src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb

Properties (Read/Write)

  • #cidr_ip ⇒ [String]
    'The CIDR IP address range. You can"t specify this parameter when specifying a source security group.'

    Property Attributes
    • authorize_security_group_ingress_prop'cidr_ip'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'cidr_ip'
    
    
    21
    22
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 21
    
    property :cidr_ip, authorize_security_group_ingress_prop: 'cidr_ip', type: [String], read_only: false, source: "revoke_security_group_ingress", description: 'The CIDR IP address range. You can"t specify this parameter when
    specifying a source security group.', revoke_security_group_ingress_prop: 'cidr_ip'
  • #from_port ⇒ [Integer]
    'The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use -1 to specify all ICMP types.'

    Property Attributes
    • authorize_security_group_ingress_prop'from_port'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'from_port'
    
    
    23
    24
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 23
    
    property :from_port, authorize_security_group_ingress_prop: 'from_port', type: [Integer], read_only: false, source: "revoke_security_group_ingress", description: 'The start of port range for the TCP and UDP protocols, or an ICMP type
    number. For the ICMP type number, use -1 to specify all ICMP types.', revoke_security_group_ingress_prop: 'from_port'
  • #group_name ⇒ [String]
    '[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.'

    Property Attributes
    • authorize_security_group_ingress_prop'group_name'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'group_name'
    
    
    25
    26
    27
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 25
    
    property :group_name, authorize_security_group_ingress_prop: 'group_name', type: [String], read_only: false, source: "revoke_security_group_ingress", description: '[EC2-Classic, default VPC] The name of the security group. You must
    specify either the security group ID or the security group name in the
    request.', revoke_security_group_ingress_prop: 'group_name'
  • #ip_permissions ⇒ Array of ⇒ [MintPress::Aws::EC2::IpPermission]
    'The sets of IP permissions. You can"t specify a source security group and a CIDR IP address range in the same set of permissions.'

    Property Attributes
    • authorize_security_group_ingress_prop'ip_permissions'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'ip_permissions'
    
    
    28
    29
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 28
    
    property :ip_permissions, authorize_security_group_ingress_prop: 'ip_permissions', type: [MintPress::Aws::EC2::IpPermission], array: true, read_only: false, source: "revoke_security_group_ingress", description: 'The sets of IP permissions. You can"t specify a source security group
    and a CIDR IP address range in the same set of permissions.', revoke_security_group_ingress_prop: 'ip_permissions'
  • #ip_protocol ⇒ [String]
    'The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.'

    Property Attributes
    • authorize_security_group_ingress_prop'ip_protocol'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'ip_protocol'
    
    
    30
    31
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 30
    
    property :ip_protocol, authorize_security_group_ingress_prop: 'ip_protocol', type: [String], read_only: false, source: "revoke_security_group_ingress", description: 'The IP protocol name (tcp, udp, icmp) or number (see Protocol
    Numbers). Use -1 to specify all.', revoke_security_group_ingress_prop: 'ip_protocol'
  • #source_security_group_name ⇒ [String]
    '[EC2-Classic, default VPC] The name of the source security group. You can"t specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. For EC2-VPC, the source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.'

    Property Attributes
    • authorize_security_group_ingress_prop'source_security_group_name'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'source_security_group_name'
    
    
    32
    33
    34
    35
    36
    37
    38
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 32
    
    property :source_security_group_name, authorize_security_group_ingress_prop: 'source_security_group_name', type: [String], read_only: false, source: "revoke_security_group_ingress", description: '[EC2-Classic, default VPC] The name of the source security group.
    You can"t specify this parameter in combination with the following
    parameters: the CIDR IP address range, the start of the port range,
    the IP protocol, and the end of the port range. For EC2-VPC, the
    source security group must be in the same VPC. To revoke a specific
    rule for an IP protocol and port range, use a set of IP permissions
    instead.', revoke_security_group_ingress_prop: 'source_security_group_name'
  • #to_port ⇒ [Integer]
    'The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use -1 to specify all ICMP codes for the ICMP type.'

    Property Attributes
    • authorize_security_group_ingress_prop'to_port'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'to_port'
    
    
    39
    40
    41
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 39
    
    property :to_port, authorize_security_group_ingress_prop: 'to_port', type: [Integer], read_only: false, source: "revoke_security_group_ingress", description: 'The end of port range for the TCP and UDP protocols, or an ICMP code
    number. For the ICMP code number, use -1 to specify all ICMP codes
    for the ICMP type.', revoke_security_group_ingress_prop: 'to_port'
  • #dry_run ⇒ [TrueClass,FalseClass]
    'Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.'

    Property Attributes
    • authorize_security_group_ingress_prop'dry_run'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'dry_run'
    
    
    42
    43
    44
    45
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 42
    
    property :dry_run, authorize_security_group_ingress_prop: 'dry_run', type: [TrueClass,FalseClass], read_only: false, source: "revoke_security_group_ingress", description: 'Checks whether you have the required permissions for the action,
    without actually making the request, and provides an error response.
    If you have the required permissions, the error response is
    DryRunOperation. Otherwise, it is UnauthorizedOperation.', revoke_security_group_ingress_prop: 'dry_run'
  • #security_group ⇒ [MintPress::Aws::EC2::SecurityGroup]
    'The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.'

    Property Attributes
    • authorize_security_group_ingress_prop'group_id'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'group_id'
    • fromString
    
    
    46
    47
    48
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 46
    
    property :security_group, authorize_security_group_ingress_prop: 'group_id', type: [MintPress::Aws::EC2::SecurityGroup], read_only: false, source: "revoke_security_group_ingress", description: 'The ID of the security group. You must specify either the security
    group ID or the security group name in the request. For security
    groups in a nondefault VPC, you must specify the security group ID.', revoke_security_group_ingress_prop: 'group_id', from: String
  • #source_security_group_owner ⇒ [String]
    '[EC2-Classic] The AWS account ID of the source security group, if the source security group is in a different account. You can"t specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.'

    Property Attributes
    • authorize_security_group_ingress_prop'source_security_group_owner_id'
    • read_onlyfalse
    • source"revoke_security_group_ingress"
    • revoke_security_group_ingress_prop'source_security_group_owner_id'
    
    
    49
    50
    51
    52
    53
    54
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 49
    
    property :source_security_group_owner, authorize_security_group_ingress_prop: 'source_security_group_owner_id', type: [String], read_only: false, source: "revoke_security_group_ingress", description: '[EC2-Classic] The AWS account ID of the source security group, if
    the source security group is in a different account. You can"t
    specify this parameter in combination with the following parameters:
    the CIDR IP address range, the IP protocol, the start of the port
    range, and the end of the port range. To revoke a specific rule for an
    IP protocol and port range, use a set of IP permissions instead.', revoke_security_group_ingress_prop: 'source_security_group_owner_id'
  • #region ⇒ String
    Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead

    Property Attributes
    
    
    58
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 58
    
    property :region, type: String
  • #platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
    The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)

    Property Attributes
    • defaultMintPress::InfrastructureAws::AwsPlatform.new
    
    
    61
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/security_group_ingress.rb', line 61
    
    property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new

Properties (Read Only)

Constant Summary

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Instance Method Summary collapse

Methods included from AwsCommon

#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic

Methods included from Mixins::Properties

#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref

Methods included from MintLogger::Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Constructor Details

#initialize(opts = {}) ⇒ SecurityGroupIngress

Returns a new instance of SecurityGroupIngress.

Instance Method Details

#authorizeObject

#revokeObject