Class: Aws::ResilienceHub::Types::AddDraftAppVersionResourceMappingsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::AddDraftAppVersionResourceMappingsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of the Resilience Hub application.
 - 
  
    
      #app_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the application.
 - 
  
    
      #resource_mappings  ⇒ Array<Types::ResourceMapping> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of sources that are used to map a logical resource from the template to a physical resource.
 
Instance Attribute Details
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:app/`app-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference* guide.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
      150 151 152 153 154 155 156  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 150 class AddDraftAppVersionResourceMappingsResponse < Struct.new( :app_arn, :app_version, :resource_mappings) SENSITIVE = [] include Aws::Structure end  | 
  
#app_version ⇒ String
The version of the application.
      150 151 152 153 154 155 156  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 150 class AddDraftAppVersionResourceMappingsResponse < Struct.new( :app_arn, :app_version, :resource_mappings) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_mappings ⇒ Array<Types::ResourceMapping>
List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS.
      150 151 152 153 154 155 156  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 150 class AddDraftAppVersionResourceMappingsResponse < Struct.new( :app_arn, :app_version, :resource_mappings) SENSITIVE = [] include Aws::Structure end  |