Skip to content

/AWS1/CL_RGRGROUPCONFIGURATION

A service configuration associated with a resource group. The configuration options are determined by the Amazon Web Services service that defines the Type, and specifies which resources can be included in the group. You can add a service configuration when you create the group by using CreateGroup, or later by using the PutGroupConfiguration operation. For details about group service configuration syntax, see Service configurations for resource groups.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_configuration TYPE /AWS1/CL_RGRGROUPCONFITEM=>TT_GROUPCONFIGURATIONLIST TT_GROUPCONFIGURATIONLIST

The configuration currently associated with the group and in effect.

it_proposedconfiguration TYPE /AWS1/CL_RGRGROUPCONFITEM=>TT_GROUPCONFIGURATIONLIST TT_GROUPCONFIGURATIONLIST

If present, the new configuration that is in the process of being applied to the group.

iv_status TYPE /AWS1/RGRGROUPCONFSTATUS /AWS1/RGRGROUPCONFSTATUS

The current status of an attempt to update the group configuration.

iv_failurereason TYPE /AWS1/RGRGROUPCONFFAILURERSN /AWS1/RGRGROUPCONFFAILURERSN

If present, the reason why a request to update the group configuration failed.


Queryable Attributes

Configuration

The configuration currently associated with the group and in effect.

Accessible with the following methods

Method Description
GET_CONFIGURATION() Getter for CONFIGURATION, with configurable default
ASK_CONFIGURATION() Getter for CONFIGURATION w/ exceptions if field has no value
HAS_CONFIGURATION() Determine if CONFIGURATION has a value

ProposedConfiguration

If present, the new configuration that is in the process of being applied to the group.

Accessible with the following methods

Method Description
GET_PROPOSEDCONFIGURATION() Getter for PROPOSEDCONFIGURATION, with configurable default
ASK_PROPOSEDCONFIGURATION() Getter for PROPOSEDCONFIGURATION w/ exceptions if field has
HAS_PROPOSEDCONFIGURATION() Determine if PROPOSEDCONFIGURATION has a value

Status

The current status of an attempt to update the group configuration.

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

FailureReason

If present, the reason why a request to update the group configuration failed.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON has a value