Class: Aws::ResilienceHub::Types::ImportResourcesToDraftAppVersionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::ImportResourcesToDraftAppVersionRequest
 
 
- 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.
 - 
  
    
      #eks_sources  ⇒ Array<Types::EksSource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
 - 
  
    
      #import_strategy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The import strategy you would like to set to import resources into Resilience Hub application.
 - 
  
    
      #source_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Names (ARNs) for the resources.
 - 
  
    
      #terraform_sources  ⇒ Array<Types::TerraformSource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of terraform file s3 URLs you need to import.
 
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
      3366 3367 3368 3369 3370 3371 3372 3373 3374  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3366 class ImportResourcesToDraftAppVersionRequest < Struct.new( :app_arn, :eks_sources, :import_strategy, :source_arns, :terraform_sources) SENSITIVE = [] include Aws::Structure end  | 
  
#eks_sources ⇒ Array<Types::EksSource>
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
      3366 3367 3368 3369 3370 3371 3372 3373 3374  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3366 class ImportResourcesToDraftAppVersionRequest < Struct.new( :app_arn, :eks_sources, :import_strategy, :source_arns, :terraform_sources) SENSITIVE = [] include Aws::Structure end  | 
  
#import_strategy ⇒ String
The import strategy you would like to set to import resources into Resilience Hub application.
      3366 3367 3368 3369 3370 3371 3372 3373 3374  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3366 class ImportResourcesToDraftAppVersionRequest < Struct.new( :app_arn, :eks_sources, :import_strategy, :source_arns, :terraform_sources) SENSITIVE = [] include Aws::Structure end  | 
  
#source_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) for the resources.
      3366 3367 3368 3369 3370 3371 3372 3373 3374  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3366 class ImportResourcesToDraftAppVersionRequest < Struct.new( :app_arn, :eks_sources, :import_strategy, :source_arns, :terraform_sources) SENSITIVE = [] include Aws::Structure end  | 
  
#terraform_sources ⇒ Array<Types::TerraformSource>
A list of terraform file s3 URLs you need to import.
      3366 3367 3368 3369 3370 3371 3372 3373 3374  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3366 class ImportResourcesToDraftAppVersionRequest < Struct.new( :app_arn, :eks_sources, :import_strategy, :source_arns, :terraform_sources) SENSITIVE = [] include Aws::Structure end  |