Class: Aws::AppConfig::Types::ConfigurationProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ConfigurationProfile
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID.
-
#description ⇒ String
The configuration profile description.
-
#id ⇒ String
The configuration profile ID.
-
#location_uri ⇒ String
The URI location of the configuration.
-
#name ⇒ 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
. -
#type ⇒ String
The type of configurations contained in the profile.
-
#validators ⇒ Array<Types::Validator>
A list of methods for validating the configuration.
Instance Attribute Details
#application_id ⇒ String
The application ID.
309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 309 class ConfigurationProfile < Struct.new( :application_id, :id, :name, :description, :location_uri, :retrieval_role_arn, :validators, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The configuration profile description.
309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 309 class ConfigurationProfile < Struct.new( :application_id, :id, :name, :description, :location_uri, :retrieval_role_arn, :validators, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The configuration profile ID.
309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 309 class ConfigurationProfile < Struct.new( :application_id, :id, :name, :description, :location_uri, :retrieval_role_arn, :validators, :type) SENSITIVE = [] include Aws::Structure end |
#location_uri ⇒ String
The URI location of the configuration.
309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 309 class ConfigurationProfile < Struct.new( :application_id, :id, :name, :description, :location_uri, :retrieval_role_arn, :validators, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configuration profile.
309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 309 class ConfigurationProfile < Struct.new( :application_id, :id, :name, :description, :location_uri, :retrieval_role_arn, :validators, :type) SENSITIVE = [] include Aws::Structure end |
#retrieval_role_arn ⇒ String
The ARN of an IAM role with permission to access the configuration
at the specified LocationUri
.
309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 309 class ConfigurationProfile < Struct.new( :application_id, :id, :name, :description, :location_uri, :retrieval_role_arn, :validators, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
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
309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 309 class ConfigurationProfile < Struct.new( :application_id, :id, :name, :description, :location_uri, :retrieval_role_arn, :validators, :type) SENSITIVE = [] include Aws::Structure end |
#validators ⇒ Array<Types::Validator>
A list of methods for validating the configuration.
309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 309 class ConfigurationProfile < Struct.new( :application_id, :id, :name, :description, :location_uri, :retrieval_role_arn, :validators, :type) SENSITIVE = [] include Aws::Structure end |