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.

Information about an association between an extension and an AppConfig resource such as an application, environment, or configuration profile. Call GetExtensionAssociation to get more information about an association.

Inheritance Hierarchy

System.Object
  Amazon.AppConfig.Model.ExtensionAssociationSummary

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

Syntax

C#
public class ExtensionAssociationSummary

The ExtensionAssociationSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ExtensionArn System.String

Gets and sets the property ExtensionArn.

The system-generated Amazon Resource Name (ARN) for the extension.

Public Property Id System.String

Gets and sets the property Id.

The extension association ID. This ID is used to call other ExtensionAssociation API actions such as GetExtensionAssociation or DeleteExtensionAssociation.

Public Property ResourceArn System.String

Gets and sets the property ResourceArn.

The ARNs of applications, configuration profiles, or environments defined in the association.

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