Skip to content

/AWS1/CL_DZNGROUPPFLSUMMARY

The details of a group profile.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The ID of the Amazon DataZone domain of a group profile.

iv_id TYPE /AWS1/DZNGROUPPROFILEID /AWS1/DZNGROUPPROFILEID

The ID of a group profile.

iv_status TYPE /AWS1/DZNGROUPPROFILESTATUS /AWS1/DZNGROUPPROFILESTATUS

The status of a group profile.

iv_groupname TYPE /AWS1/DZNGROUPPROFILENAME /AWS1/DZNGROUPPROFILENAME

The group name of a group profile.

iv_roleprincipalarn TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The ARN of the IAM role principal. This role is associated with the group profile.

iv_roleprincipalid TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The unique identifier of the IAM role principal. This principal is associated with the group profile.


Queryable Attributes

domainId

The ID of the Amazon DataZone domain of a group profile.

Accessible with the following methods

Method Description
GET_DOMAINID() Getter for DOMAINID, with configurable default
ASK_DOMAINID() Getter for DOMAINID w/ exceptions if field has no value
HAS_DOMAINID() Determine if DOMAINID has a value

id

The ID of a group profile.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

status

The status of a group profile.

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

groupName

The group name of a group profile.

Accessible with the following methods

Method Description
GET_GROUPNAME() Getter for GROUPNAME, with configurable default
ASK_GROUPNAME() Getter for GROUPNAME w/ exceptions if field has no value
HAS_GROUPNAME() Determine if GROUPNAME has a value

rolePrincipalArn

The ARN of the IAM role principal. This role is associated with the group profile.

Accessible with the following methods

Method Description
GET_ROLEPRINCIPALARN() Getter for ROLEPRINCIPALARN, with configurable default
ASK_ROLEPRINCIPALARN() Getter for ROLEPRINCIPALARN w/ exceptions if field has no va
HAS_ROLEPRINCIPALARN() Determine if ROLEPRINCIPALARN has a value

rolePrincipalId

The unique identifier of the IAM role principal. This principal is associated with the group profile.

Accessible with the following methods

Method Description
GET_ROLEPRINCIPALID() Getter for ROLEPRINCIPALID, with configurable default
ASK_ROLEPRINCIPALID() Getter for ROLEPRINCIPALID w/ exceptions if field has no val
HAS_ROLEPRINCIPALID() Determine if ROLEPRINCIPALID 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_GROUPPROFILESUMMARIES

TYPES TT_GROUPPROFILESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNGROUPPFLSUMMARY WITH DEFAULT KEY
.