appregistry_update_attribute_group: Updates an existing attribute group with new details

View source: R/appregistry_operations.R

appregistry_update_attribute_groupR Documentation

Updates an existing attribute group with new details

Description

Updates an existing attribute group with new details.

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

Usage

appregistry_update_attribute_group(
  attributeGroup,
  name = NULL,
  description = NULL,
  attributes = NULL
)

Arguments

attributeGroup

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

name

Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.

description

The description of the attribute group that the user provides.

attributes

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.


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