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.LogicalResourceId

Description

 
Synopsis

Documentation

data LogicalResourceId Source #

Defines a logical resource identifier.

See: newLogicalResourceId smart constructor.

Constructors

LogicalResourceId' 

Fields

Instances

Instances details
FromJSON LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Generic LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Associated Types

type Rep LogicalResourceId :: Type -> Type #

Read LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Show LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

NFData LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Methods

rnf :: LogicalResourceId -> () #

Eq LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

Hashable LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

type Rep LogicalResourceId Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.LogicalResourceId

type Rep LogicalResourceId = D1 ('MetaData "LogicalResourceId" "Amazonka.ResilienceHub.Types.LogicalResourceId" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "LogicalResourceId'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "logicalStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "terraformSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newLogicalResourceId Source #

Create a value of LogicalResourceId 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:logicalStackName:LogicalResourceId', logicalResourceId_logicalStackName - The name of the CloudFormation stack this resource belongs to.

$sel:resourceGroupName:LogicalResourceId', logicalResourceId_resourceGroupName - The name of the resource group that this resource belongs to.

$sel:terraformSourceName:LogicalResourceId', logicalResourceId_terraformSourceName - The name of the Terraform S3 state file this resource belongs to.

$sel:identifier:LogicalResourceId', logicalResourceId_identifier - The identifier of the resource.

logicalResourceId_logicalStackName :: Lens' LogicalResourceId (Maybe Text) Source #

The name of the CloudFormation stack this resource belongs to.

logicalResourceId_resourceGroupName :: Lens' LogicalResourceId (Maybe Text) Source #

The name of the resource group that this resource belongs to.

logicalResourceId_terraformSourceName :: Lens' LogicalResourceId (Maybe Text) Source #

The name of the Terraform S3 state file this resource belongs to.