/AWS1/CL_REVSYSTEM¶
Represents a system in Resilience Hub. A system is a logical grouping of services.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_systemarn TYPE /AWS1/REVARN /AWS1/REVARN¶
ARN identifier.
iv_systemid TYPE /AWS1/REVSYSTEMID /AWS1/REVSYSTEMID¶
System ID for cross-account use without exposing account structure.
iv_name TYPE /AWS1/REVENTITYNAME /AWS1/REVENTITYNAME¶
Resource name (used in ARN — no spaces allowed).
Optional arguments:¶
iv_description TYPE /AWS1/REVENTITYDESCRIPTION /AWS1/REVENTITYDESCRIPTION¶
Resource description.
iv_sharingenabled TYPE /AWS1/REVBOOLEAN /AWS1/REVBOOLEAN¶
Indicates whether cross-account sharing is enabled.
it_tags TYPE /AWS1/CL_REVTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
Resource tags.
iv_kmskeyid TYPE /AWS1/REVKMSKEYID /AWS1/REVKMSKEYID¶
KMS key identifier — accepts key ID, key ARN, alias name, or alias ARN.
iv_organizationid TYPE /AWS1/REVORGANIZATIONID /AWS1/REVORGANIZATIONID¶
The AWS Organizations identifier for the system.
iv_ouid TYPE /AWS1/REVOUID /AWS1/REVOUID¶
The organizational unit (OU) identifier for the system.
iv_createdat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the system was created.
iv_updatedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the system was last updated.
Queryable Attributes¶
systemArn¶
ARN identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMARN() |
Getter for SYSTEMARN, with configurable default |
ASK_SYSTEMARN() |
Getter for SYSTEMARN w/ exceptions if field has no value |
HAS_SYSTEMARN() |
Determine if SYSTEMARN has a value |
systemId¶
System ID for cross-account use without exposing account structure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMID() |
Getter for SYSTEMID, with configurable default |
ASK_SYSTEMID() |
Getter for SYSTEMID w/ exceptions if field has no value |
HAS_SYSTEMID() |
Determine if SYSTEMID has a value |
name¶
Resource name (used in ARN — no spaces allowed).
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¶
Resource description.
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 |
sharingEnabled¶
Indicates whether cross-account sharing is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHARINGENABLED() |
Getter for SHARINGENABLED, with configurable default |
ASK_SHARINGENABLED() |
Getter for SHARINGENABLED w/ exceptions if field has no valu |
HAS_SHARINGENABLED() |
Determine if SHARINGENABLED has a value |
tags¶
Resource tags.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
kmsKeyId¶
KMS key identifier — accepts key ID, key ARN, alias name, or alias ARN.
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 |
organizationId¶
The AWS Organizations identifier for the system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORGANIZATIONID() |
Getter for ORGANIZATIONID, with configurable default |
ASK_ORGANIZATIONID() |
Getter for ORGANIZATIONID w/ exceptions if field has no valu |
HAS_ORGANIZATIONID() |
Determine if ORGANIZATIONID has a value |
ouId¶
The organizational unit (OU) identifier for the system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUID() |
Getter for OUID, with configurable default |
ASK_OUID() |
Getter for OUID w/ exceptions if field has no value |
HAS_OUID() |
Determine if OUID has a value |
createdAt¶
The timestamp when the system was created.
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 timestamp when the system was last updated.
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 |