You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppConfig::Types::ConfigurationProfile

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)

    The application ID.

#descriptionString

The configuration profile description.

Returns:

  • (String)

    The configuration profile description.

#idString

The configuration profile ID.

Returns:

  • (String)

    The configuration profile ID.

#location_uriString

The URI location of the configuration.

Returns:

  • (String)

    The URI location of the configuration.

#nameString

The name of the configuration profile.

Returns:

  • (String)

    The name of the configuration profile.

#retrieval_role_arnString

The ARN of an IAM role with permission to access the configuration at the specified LocationUri.

Returns:

  • (String)

    The ARN of an IAM role with permission to access the configuration at the specified LocationUri.

#validatorsArray<Types::Validator>

A list of methods for validating the configuration.

Returns:

  • (Array<Types::Validator>)

    A list of methods for validating the configuration.