Class: Aws::WellArchitected::Types::WorkloadDiscoveryConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::WorkloadDiscoveryConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Discovery configuration associated to the workload.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #trusted_advisor_integration_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Discovery integration status in respect to Trusted Advisor for the workload.
 - 
  
    
      #workload_resource_definition  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The mode to use for identifying resources associated with the workload.
 
Instance Attribute Details
#trusted_advisor_integration_status ⇒ String
Discovery integration status in respect to Trusted Advisor for the workload.
      6756 6757 6758 6759 6760 6761  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6756 class WorkloadDiscoveryConfig < Struct.new( :trusted_advisor_integration_status, :workload_resource_definition) SENSITIVE = [] include Aws::Structure end  | 
  
#workload_resource_definition ⇒ Array<String>
The mode to use for identifying resources associated with the workload.
You can specify ‘WORKLOAD_METADATA`, `APP_REGISTRY`, or both.
      6756 6757 6758 6759 6760 6761  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6756 class WorkloadDiscoveryConfig < Struct.new( :trusted_advisor_integration_status, :workload_resource_definition) SENSITIVE = [] include Aws::Structure end  |