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.

A summary of a configuration profile.

Inheritance Hierarchy

System.Object
  Amazon.AppConfig.Model.ConfigurationProfileSummary

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

Syntax

C#
public class ConfigurationProfileSummary

The ConfigurationProfileSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The application ID.

Public Property Id System.String

Gets and sets the property Id.

The ID of the configuration profile.

Public Property LocationUri System.String

Gets and sets the property LocationUri.

The URI location of the configuration.

Public Property Name System.String

Gets and sets the property Name.

The name of the configuration profile.

Public Property Type System.String

Gets and sets the property Type.

The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type:

AWS.AppConfig.FeatureFlags

AWS.Freeform

Public Property ValidatorTypes System.Collections.Generic.List<System.String>

Gets and sets the property ValidatorTypes.

The types of validators in the configuration profile.

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