Skip to content

/AWS1/CL_DMGDATAPVDRDESCRIPT00

Information about a data provider.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_DATAPROVIDERIDENTIFIER TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The name or Amazon Resource Name (ARN) of the data provider.

Optional arguments:

IV_SECRETSMANAGERSECRETID TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.

IV_SECRETSMANAGERACCROLEARN TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The ARN of the role used to access Amazon Web Services Secrets Manager.


Queryable Attributes

DataProviderIdentifier

The name or Amazon Resource Name (ARN) of the data provider.

Accessible with the following methods

Method Description
GET_DATAPROVIDERIDENTIFIER() Getter for DATAPROVIDERIDENTIFIER, with configurable default
ASK_DATAPROVIDERIDENTIFIER() Getter for DATAPROVIDERIDENTIFIER w/ exceptions if field has
HAS_DATAPROVIDERIDENTIFIER() Determine if DATAPROVIDERIDENTIFIER has a value

SecretsManagerSecretId

The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.

Accessible with the following methods

Method Description
GET_SECRETSMANAGERSECRETID() Getter for SECRETSMANAGERSECRETID, with configurable default
ASK_SECRETSMANAGERSECRETID() Getter for SECRETSMANAGERSECRETID w/ exceptions if field has
HAS_SECRETSMANAGERSECRETID() Determine if SECRETSMANAGERSECRETID has a value

SecretsManagerAccessRoleArn

The ARN of the role used to access Amazon Web Services Secrets Manager.

Accessible with the following methods

Method Description
GET_SECRETSMANAGERACCROLEARN() Getter for SECRETSMANAGERACCESSROLEARN, with configurable de
ASK_SECRETSMANAGERACCROLEARN() Getter for SECRETSMANAGERACCESSROLEARN w/ exceptions if fiel
HAS_SECRETSMANAGERACCROLEARN() Determine if SECRETSMANAGERACCESSROLEARN 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_DATAPVDRDESCRIPTORDEFNLIST

TYPES TT_DATAPVDRDESCRIPTORDEFNLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGDATAPVDRDESCRIPT00 WITH DEFAULT KEY
.