Skip to content

/AWS1/CL_RDSDBCLUSTERASSOCROLE

Contains information about an Amazon Web Services Identity and Access Management (IAM) role to associate with a DB cluster. You can specify this structure in the AssociatedRoles parameter of CreateDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_rolearn TYPE /AWS1/RDSIAMROLEARN /AWS1/RDSIAMROLEARN

The Amazon Resource Name (ARN) of the IAM role to associate with the DB cluster.

Optional arguments:

iv_featurename TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the feature associated with the IAM role. For information about supported feature names, see DBEngineVersion.


Queryable Attributes

RoleArn

The Amazon Resource Name (ARN) of the IAM role to associate with the DB cluster.

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value

FeatureName

The name of the feature associated with the IAM role. For information about supported feature names, see DBEngineVersion.

Accessible with the following methods

Method Description
GET_FEATURENAME() Getter for FEATURENAME, with configurable default
ASK_FEATURENAME() Getter for FEATURENAME w/ exceptions if field has no value
HAS_FEATURENAME() Determine if FEATURENAME 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_DBCLUSTERASSOCIATEDROLES

TYPES TT_DBCLUSTERASSOCIATEDROLES TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSDBCLUSTERASSOCROLE WITH DEFAULT KEY
.