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

Description

 
Synopsis

Documentation

data TypeConfigurationIdentifier Source #

Identifying information for the configuration of a CloudFormation extension.

See: newTypeConfigurationIdentifier smart constructor.

Constructors

TypeConfigurationIdentifier' 

Fields

Instances

Instances details
Eq TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Read TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Show TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Generic TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Associated Types

type Rep TypeConfigurationIdentifier :: Type -> Type #

NFData TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Hashable TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

ToQuery TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

FromXML TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

type Rep TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

type Rep TypeConfigurationIdentifier = D1 ('MetaData "TypeConfigurationIdentifier" "Amazonka.CloudFormation.Types.TypeConfigurationIdentifier" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TypeConfigurationIdentifier'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "typeConfigurationAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThirdPartyType))))))

newTypeConfigurationIdentifier :: TypeConfigurationIdentifier Source #

Create a value of TypeConfigurationIdentifier 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:typeName:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeName - The name of the extension type to which this configuration applies.

$sel:typeConfigurationArn:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeConfigurationArn - The Amazon Resource Name (ARN) for the configuration, in this account and region.

$sel:typeConfigurationAlias:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeConfigurationAlias - The alias specified for this configuration, if one was specified when the configuration was set.

$sel:typeArn:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeArn - The Amazon Resource Name (ARN) for the extension, in this account and region.

For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.

$sel:type':TypeConfigurationIdentifier', typeConfigurationIdentifier_type - The type of extension.

typeConfigurationIdentifier_typeName :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #

The name of the extension type to which this configuration applies.

typeConfigurationIdentifier_typeConfigurationArn :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #

The Amazon Resource Name (ARN) for the configuration, in this account and region.

typeConfigurationIdentifier_typeConfigurationAlias :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #

The alias specified for this configuration, if one was specified when the configuration was set.

typeConfigurationIdentifier_typeArn :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #

The Amazon Resource Name (ARN) for the extension, in this account and region.

For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.