Class: Aws::ResilienceHub::Types::TerraformSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::TerraformSource
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Note:
When making an API call, you may pass TerraformSource data as a hash:
{
s3_state_file_url: "S3Url", # required
}
The Terraform s3 state file you need to import.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_state_file_url ⇒ String
The Terraform s3 state file you need to import.
Instance Attribute Details
#s3_state_file_url ⇒ String
The Terraform s3 state file you need to import.
3731 3732 3733 3734 3735 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3731 class TerraformSource < Struct.new( :s3_state_file_url) SENSITIVE = [] include Aws::Structure end |