Skip to content

/AWS1/CL_IOXAUTHMATERIAL

The authorization material containing the Secrets Manager arn and version.

CONSTRUCTOR

IMPORTING

Required arguments:

io_secretsmanager TYPE REF TO /AWS1/CL_IOXSECRETSMANAGER /AWS1/CL_IOXSECRETSMANAGER

Configuration for AWS Secrets Manager, used to securely store and manage sensitive information for connector destinations.

iv_authmaterialname TYPE /AWS1/IOXAUTHMATERIALNAME /AWS1/IOXAUTHMATERIALNAME

The name of the authorization material.


Queryable Attributes

SecretsManager

Configuration for AWS Secrets Manager, used to securely store and manage sensitive information for connector destinations.

Accessible with the following methods

Method Description
GET_SECRETSMANAGER() Getter for SECRETSMANAGER

AuthMaterialName

The name of the authorization material.

Accessible with the following methods

Method Description
GET_AUTHMATERIALNAME() Getter for AUTHMATERIALNAME, with configurable default
ASK_AUTHMATERIALNAME() Getter for AUTHMATERIALNAME w/ exceptions if field has no va
HAS_AUTHMATERIALNAME() Determine if AUTHMATERIALNAME 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_AUTHMATERIALS

TYPES TT_AUTHMATERIALS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXAUTHMATERIAL WITH DEFAULT KEY
.