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_id ⇒ String

The application ID.

Returns:

  • (String) —

    The application ID.

#description ⇒ String

The configuration profile description.

Returns:

  • (String) —

    The configuration profile description.

#id ⇒ String

The configuration profile ID.

Returns:

  • (String) —

    The configuration profile ID.

#location_uri ⇒ String

The URI location of the configuration.

Returns:

  • (String) —

    The URI location of the configuration.

#name ⇒ String

The name of the configuration profile.

Returns:

  • (String) —

    The name of the configuration profile.

#retrieval_role_arn ⇒ String

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.

#validators ⇒ Array<Types::Validator>

A list of methods for validating the configuration.

Returns:

  • (Array<Types::Validator>) —

    A list of methods for validating the configuration.