Skip to content

/AWS1/CL_SCA=>CREATEATTRIBUTEGROUP()

About CreateAttributeGroup

Creates a new attribute group as a container for user-defined attributes. This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/SCANAME /AWS1/SCANAME

The name of the attribute group.

IV_ATTRIBUTES TYPE /AWS1/SCAATTRIBUTES /AWS1/SCAATTRIBUTES

A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

IV_CLIENTTOKEN TYPE /AWS1/SCACLIENTTOKEN /AWS1/SCACLIENTTOKEN

A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/SCADESCRIPTION /AWS1/SCADESCRIPTION

The description of the attribute group that the user provides.

IT_TAGS TYPE /AWS1/CL_SCATAGS_W=>TT_TAGS TT_TAGS

Key-value pairs you can use to associate with the attribute group.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SCACREATEATTRGROUPRSP /AWS1/CL_SCACREATEATTRGROUPRSP