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 UpdateConfigurationProfile operation. Updates a configuration profile.
Namespace: Amazon.AppConfig.Model
Assembly: AWSSDK.AppConfig.dll
Version: 3.x.y.z
public class UpdateConfigurationProfileRequest : AmazonAppConfigRequest IAmazonWebServiceRequest
The UpdateConfigurationProfileRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateConfigurationProfileRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
ApplicationId | System.String |
Gets and sets the property ApplicationId. The application ID. |
|
ConfigurationProfileId | System.String |
Gets and sets the property ConfigurationProfileId. The ID of the configuration profile. |
|
Description | System.String |
Gets and sets the property Description. A description of the configuration profile. |
|
KmsKeyIdentifier | System.String |
Gets and sets the property KmsKeyIdentifier.
The identifier for a Key Management Service key to encrypt new configuration data
versions in the AppConfig hosted configuration store. This attribute is only used
for |
|
Name | System.String |
Gets and sets the property Name. The name of the configuration profile. |
|
RetrievalRoleArn | System.String |
Gets and sets the property RetrievalRoleArn.
The ARN of an IAM role with permission to access the configuration at the specified
A retrieval role ARN is not required for configurations stored in CodePipeline or the AppConfig hosted configuration store. It is required for all other sources that store your configuration. |
|
Validators | System.Collections.Generic.List<Amazon.AppConfig.Model.Validator> |
Gets and sets the property Validators. A list of methods for validating the configuration. |
The following update-configuration-profile example updates the description of the specified configuration profile.
var client = new AmazonAppConfigClient();
var response = client.UpdateConfigurationProfile(new UpdateConfigurationProfileRequest
{
ApplicationId = "339ohji",
ConfigurationProfileId = "ur8hx2f",
Description = "Configuration profile used for examples."
});
string applicationId = response.ApplicationId;
string description = response.Description;
string id = response.Id;
string locationUri = response.LocationUri;
string name = response.Name;
string retrievalRoleArn = response.RetrievalRoleArn;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5