Class: Aws::CloudWatchEvidently::Types::ProjectAppConfigResource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchEvidently::Types::ProjectAppConfigResource
 
- Defined in:
- gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb
Overview
This is a structure that defines the configuration of how your application integrates with AppConfig to run client-side evaluation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #application_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the AppConfig application to use for client-side evaluation. 
- 
  
    
      #configuration_profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the AppConfig profile to use for client-side evaluation. 
- 
  
    
      #environment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the AppConfig environment to use for client-side evaluation. 
Instance Attribute Details
#application_id ⇒ String
The ID of the AppConfig application to use for client-side evaluation.
| 2290 2291 2292 2293 2294 2295 2296 | # File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2290 class ProjectAppConfigResource < Struct.new( :application_id, :configuration_profile_id, :environment_id) SENSITIVE = [] include Aws::Structure end | 
#configuration_profile_id ⇒ String
The ID of the AppConfig profile to use for client-side evaluation.
| 2290 2291 2292 2293 2294 2295 2296 | # File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2290 class ProjectAppConfigResource < Struct.new( :application_id, :configuration_profile_id, :environment_id) SENSITIVE = [] include Aws::Structure end | 
#environment_id ⇒ String
The ID of the AppConfig environment to use for client-side
evaluation. This must be an environment that is within the
application that you specify for applicationId.
| 2290 2291 2292 2293 2294 2295 2296 | # File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2290 class ProjectAppConfigResource < Struct.new( :application_id, :configuration_profile_id, :environment_id) SENSITIVE = [] include Aws::Structure end |