class Aws::AppConfig::Types::UpdateConfigurationProfileRequest

@note When making an API call, you may pass UpdateConfigurationProfileRequest

data as a hash:

    {
      application_id: "Id", # required
      configuration_profile_id: "Id", # required
      name: "Name",
      description: "Description",
      retrieval_role_arn: "RoleArn",
      validators: [
        {
          type: "JSON_SCHEMA", # required, accepts JSON_SCHEMA, LAMBDA
          content: "StringWithLengthBetween0And32768", # required
        },
      ],
    }

@!attribute [rw] application_id

The application ID.
@return [String]

@!attribute [rw] configuration_profile_id

The ID of the configuration profile.
@return [String]

@!attribute [rw] name

The name of the configuration profile.
@return [String]

@!attribute [rw] description

A description of the configuration profile.
@return [String]

@!attribute [rw] retrieval_role_arn

The ARN of an IAM role with permission to access the configuration
at the specified LocationUri.
@return [String]

@!attribute [rw] validators

A list of methods for validating the configuration.
@return [Array<Types::Validator>]

@see docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateConfigurationProfileRequest AWS API Documentation

Constants

SENSITIVE