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.
175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 175 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.
175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 175 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.
175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 175 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.
175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 175 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.
175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 175 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
.
175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 175 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
175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 175 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.
175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 175 class ConfigurationProfile < Struct.new( :application_id, :id, :name, :description, :location_uri, :retrieval_role_arn, :validators, :type) SENSITIVE = [] include Aws::Structure end |