Class: Aws::ResilienceHub::Types::TerraformSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb

Overview

The Terraform s3 state file you need to import.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_state_file_urlString

The URL of the Terraform s3 state file you need to import.

Returns:

  • (String)


5409
5410
5411
5412
5413
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5409

class TerraformSource < Struct.new(
  :s3_state_file_url)
  SENSITIVE = []
  include Aws::Structure
end