libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Description

 
Synopsis

Documentation

data PhysicalResourceIdContextKeyValuePair Source #

Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs are not enough to uniquely identify that resource. Each context key-value pair specifies a resource that contains the targeted resource.

See: newPhysicalResourceIdContextKeyValuePair smart constructor.

Constructors

PhysicalResourceIdContextKeyValuePair' 

Fields

Instances

Instances details
Eq PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Read PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Show PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Generic PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

NFData PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Hashable PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

FromXML PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

type Rep PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

type Rep PhysicalResourceIdContextKeyValuePair = D1 ('MetaData "PhysicalResourceIdContextKeyValuePair" "Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "PhysicalResourceIdContextKeyValuePair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPhysicalResourceIdContextKeyValuePair Source #

Create a value of PhysicalResourceIdContextKeyValuePair 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:key:PhysicalResourceIdContextKeyValuePair', physicalResourceIdContextKeyValuePair_key - The resource context key.

$sel:value:PhysicalResourceIdContextKeyValuePair', physicalResourceIdContextKeyValuePair_value - The resource context value.