View source: R/appregistry_operations.R
appregistry_associate_attribute_group | R Documentation |
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.
appregistry_associate_attribute_group(application, attributeGroup)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.