amazonka-resiliencehub-2.0: Amazon Resilience Hub SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ResilienceHub.Types.TerraformSource

Description

 
Synopsis

Documentation

data TerraformSource Source #

The Terraform s3 state file you need to import.

See: newTerraformSource smart constructor.

Constructors

TerraformSource' 

Fields

Instances

Instances details
FromJSON TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

ToJSON TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Generic TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Associated Types

type Rep TerraformSource :: Type -> Type #

Read TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Show TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

NFData TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Methods

rnf :: TerraformSource -> () #

Eq TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

Hashable TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

type Rep TerraformSource Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.TerraformSource

type Rep TerraformSource = D1 ('MetaData "TerraformSource" "Amazonka.ResilienceHub.Types.TerraformSource" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "TerraformSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3StateFileUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTerraformSource Source #

Create a value of TerraformSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3StateFileUrl:TerraformSource', terraformSource_s3StateFileUrl - The Terraform s3 state file you need to import.

terraformSource_s3StateFileUrl :: Lens' TerraformSource Text Source #

The Terraform s3 state file you need to import.