Class: Aws::ResilienceHub::Types::ImportResourcesToDraftAppVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ImportResourcesToDraftAppVersionRequest
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#source_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) for the resources that you want to import.
-
#terraform_sources ⇒ Array<Types::TerraformSource>
A list of terraform file s3 URLs you need to import.
Instance Attribute Details
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the 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 AWS General Reference.
1513 1514 1515 1516 1517 1518 1519 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1513 class ImportResourcesToDraftAppVersionRequest < Struct.new( :app_arn, :source_arns, :terraform_sources) SENSITIVE = [] include Aws::Structure end |
#source_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) for the resources that you want to import.
1513 1514 1515 1516 1517 1518 1519 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1513 class ImportResourcesToDraftAppVersionRequest < Struct.new( :app_arn, :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.
1513 1514 1515 1516 1517 1518 1519 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1513 class ImportResourcesToDraftAppVersionRequest < Struct.new( :app_arn, :source_arns, :terraform_sources) SENSITIVE = [] include Aws::Structure end |