appregistry_associate_attribute_group: Associates an attribute group with an application to augment...

View source: R/appregistry_operations.R

appregistry_associate_attribute_groupR Documentation

Associates an attribute group with an application to augment the application's metadata with the group's attributes

Description

Associates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

See https://www.paws-r-sdk.com/docs/appregistry_associate_attribute_group/ for full documentation.

Usage

appregistry_associate_attribute_group(application, attributeGroup)

Arguments

application

[required] The name, ID, or ARN of the application.

attributeGroup

[required] The name, ID, or ARN of the attribute group that holds the attributes to describe the application.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.