AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateAttributeGroup operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppRegistry.AmazonAppRegistryRequest
      Amazon.AppRegistry.Model.CreateAttributeGroupRequest

Namespace: Amazon.AppRegistry.Model
Assembly: AWSSDK.AppRegistry.dll
Version: 3.x.y.z

Syntax

C#
public class CreateAttributeGroupRequest : AmazonAppRegistryRequest
         IAmazonWebServiceRequest

The CreateAttributeGroupRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Attributes System.String

Gets and sets the property 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.

Public Property ClientToken System.String

Gets and sets the property ClientToken.

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.

Public Property Description System.String

Gets and sets the property Description.

The description of the attribute group that the user provides.

Public Property Name System.String

Gets and sets the property Name.

The name of the attribute group.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5