Skip to content

/AWS1/CL_SAGGETSECREQPACKOUT

GetSecurityRequirementPackOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_packid TYPE /AWS1/SAGSECURITYREQPACKID /AWS1/SAGSECURITYREQPACKID

The unique identifier of the security requirement pack.

iv_name TYPE /AWS1/SAGSECURITYREQPACKNAME /AWS1/SAGSECURITYREQPACKNAME

The name of the security requirement pack.

iv_managementtype TYPE /AWS1/SAGMANAGEMENTTYPE /AWS1/SAGMANAGEMENTTYPE

The management type of the pack. Valid values are AWS_MANAGED and CUSTOMER_MANAGED.

iv_status TYPE /AWS1/SAGSECURITYREQPACKSTATUS /AWS1/SAGSECURITYREQPACKSTATUS

The status of the security requirement pack.

iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

The date and time the security requirement pack was created, in UTC format.

iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

The date and time the security requirement pack was last updated, in UTC format.

Optional arguments:

iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

A description of the security requirement pack.

iv_vendorname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The vendor name for AWS managed packs, such as ISO or NIST.

iv_importstatus TYPE /AWS1/SAGSECREQPACKIMPORTSTAT /AWS1/SAGSECREQPACKIMPORTSTAT

The status of the security requirements import workflow for this pack.

iv_kmskeyid TYPE /AWS1/SAGKMSKEYID /AWS1/SAGKMSKEYID

The identifier of the AWS KMS key used to encrypt pack contents.


Queryable Attributes

packId

The unique identifier of the security requirement pack.

Accessible with the following methods

Method Description
GET_PACKID() Getter for PACKID, with configurable default
ASK_PACKID() Getter for PACKID w/ exceptions if field has no value
HAS_PACKID() Determine if PACKID has a value

name

The name of the security requirement pack.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

description

A description of the security requirement pack.

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

vendorName

The vendor name for AWS managed packs, such as ISO or NIST.

Accessible with the following methods

Method Description
GET_VENDORNAME() Getter for VENDORNAME, with configurable default
ASK_VENDORNAME() Getter for VENDORNAME w/ exceptions if field has no value
HAS_VENDORNAME() Determine if VENDORNAME has a value

managementType

The management type of the pack. Valid values are AWS_MANAGED and CUSTOMER_MANAGED.

Accessible with the following methods

Method Description
GET_MANAGEMENTTYPE() Getter for MANAGEMENTTYPE, with configurable default
ASK_MANAGEMENTTYPE() Getter for MANAGEMENTTYPE w/ exceptions if field has no valu
HAS_MANAGEMENTTYPE() Determine if MANAGEMENTTYPE has a value

status

The status of the security requirement pack.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

importStatus

The status of the security requirements import workflow for this pack.

Accessible with the following methods

Method Description
GET_IMPORTSTATUS() Getter for IMPORTSTATUS, with configurable default
ASK_IMPORTSTATUS() Getter for IMPORTSTATUS w/ exceptions if field has no value
HAS_IMPORTSTATUS() Determine if IMPORTSTATUS has a value

createdAt

The date and time the security requirement pack was created, in UTC format.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The date and time the security requirement pack was last updated, in UTC format.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

kmsKeyId

The identifier of the AWS KMS key used to encrypt pack contents.

Accessible with the following methods

Method Description
GET_KMSKEYID() Getter for KMSKEYID, with configurable default
ASK_KMSKEYID() Getter for KMSKEYID w/ exceptions if field has no value
HAS_KMSKEYID() Determine if KMSKEYID has a value