Skip to content

/AWS1/CL_EC2STALESECURITYGROUP

Describes a stale security group (a security group that contains stale rules).

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The description of the security group.

IV_GROUPID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the security group.

IV_GROUPNAME TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The name of the security group.

IT_STALEIPPERMISSIONS TYPE /AWS1/CL_EC2STALEIPPERMISSION=>TT_STALEIPPERMISSIONSET TT_STALEIPPERMISSIONSET

Information about the stale inbound rules in the security group.

IT_STALEIPPERMISSIONSEGRESS TYPE /AWS1/CL_EC2STALEIPPERMISSION=>TT_STALEIPPERMISSIONSET TT_STALEIPPERMISSIONSET

Information about the stale outbound rules in the security group.

IV_VPCID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the VPC for the security group.


Queryable Attributes

Description

The description of the security group.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

GroupId

The ID of the security group.

Accessible with the following methods

Method Description
GET_GROUPID() Getter for GROUPID, with configurable default
ASK_GROUPID() Getter for GROUPID w/ exceptions if field has no value
HAS_GROUPID() Determine if GROUPID has a value

GroupName

The name of the security group.

Accessible with the following methods

Method Description
GET_GROUPNAME() Getter for GROUPNAME, with configurable default
ASK_GROUPNAME() Getter for GROUPNAME w/ exceptions if field has no value
HAS_GROUPNAME() Determine if GROUPNAME has a value

StaleIpPermissions

Information about the stale inbound rules in the security group.

Accessible with the following methods

Method Description
GET_STALEIPPERMISSIONS() Getter for STALEIPPERMISSIONS, with configurable default
ASK_STALEIPPERMISSIONS() Getter for STALEIPPERMISSIONS w/ exceptions if field has no
HAS_STALEIPPERMISSIONS() Determine if STALEIPPERMISSIONS has a value

StaleIpPermissionsEgress

Information about the stale outbound rules in the security group.

Accessible with the following methods

Method Description
GET_STALEIPPERMISSIONSEGRESS() Getter for STALEIPPERMISSIONSEGRESS, with configurable defau
ASK_STALEIPPERMISSIONSEGRESS() Getter for STALEIPPERMISSIONSEGRESS w/ exceptions if field h
HAS_STALEIPPERMISSIONSEGRESS() Determine if STALEIPPERMISSIONSEGRESS has a value

VpcId

The ID of the VPC for the security group.

Accessible with the following methods

Method Description
GET_VPCID() Getter for VPCID, with configurable default
ASK_VPCID() Getter for VPCID w/ exceptions if field has no value
HAS_VPCID() Determine if VPCID has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_STALESECURITYGROUPSET

TYPES TT_STALESECURITYGROUPSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2STALESECURITYGROUP WITH DEFAULT KEY
.