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

Description

 
Synopsis

Documentation

data TypeConfigurationDetails Source #

Detailed information concerning the specification of a CloudFormation extension in a given account and region.

For more information, see Configuring extensions at the account level in the CloudFormation User Guide.

See: newTypeConfigurationDetails smart constructor.

Constructors

TypeConfigurationDetails' 

Fields

  • lastUpdated :: Maybe ISO8601

    When the configuration data was last updated for this extension.

    If a configuration has not been set for a specified extension, CloudFormation returns null.

  • typeName :: Maybe Text

    The name of the extension.

  • arn :: Maybe Text

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

  • alias :: Maybe Text

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

  • typeArn :: Maybe Text

    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.

  • configuration :: Maybe Text

    A JSON string specifying the configuration data for the extension, in this account and region.

    If a configuration has not been set for a specified extension, CloudFormation returns {}.

  • isDefaultConfiguration :: Maybe Bool

    Whether or not this configuration data is the default configuration for the extension.

Instances

Instances details
Eq TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Read TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Show TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Generic TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Associated Types

type Rep TypeConfigurationDetails :: Type -> Type #

NFData TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Hashable TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

FromXML TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

type Rep TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

type Rep TypeConfigurationDetails = D1 ('MetaData "TypeConfigurationDetails" "Amazonka.CloudFormation.Types.TypeConfigurationDetails" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TypeConfigurationDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isDefaultConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newTypeConfigurationDetails :: TypeConfigurationDetails Source #

Create a value of TypeConfigurationDetails 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:lastUpdated:TypeConfigurationDetails', typeConfigurationDetails_lastUpdated - When the configuration data was last updated for this extension.

If a configuration has not been set for a specified extension, CloudFormation returns null.

$sel:typeName:TypeConfigurationDetails', typeConfigurationDetails_typeName - The name of the extension.

$sel:arn:TypeConfigurationDetails', typeConfigurationDetails_arn - The Amazon Resource Name (ARN) for the configuration data, in this account and region.

$sel:alias:TypeConfigurationDetails', typeConfigurationDetails_alias - The alias specified for this configuration, if one was specified when the configuration was set.

$sel:typeArn:TypeConfigurationDetails', typeConfigurationDetails_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:configuration:TypeConfigurationDetails', typeConfigurationDetails_configuration - A JSON string specifying the configuration data for the extension, in this account and region.

If a configuration has not been set for a specified extension, CloudFormation returns {}.

$sel:isDefaultConfiguration:TypeConfigurationDetails', typeConfigurationDetails_isDefaultConfiguration - Whether or not this configuration data is the default configuration for the extension.

typeConfigurationDetails_lastUpdated :: Lens' TypeConfigurationDetails (Maybe UTCTime) Source #

When the configuration data was last updated for this extension.

If a configuration has not been set for a specified extension, CloudFormation returns null.

typeConfigurationDetails_arn :: Lens' TypeConfigurationDetails (Maybe Text) Source #

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

typeConfigurationDetails_alias :: Lens' TypeConfigurationDetails (Maybe Text) Source #

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

typeConfigurationDetails_typeArn :: Lens' TypeConfigurationDetails (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.

typeConfigurationDetails_configuration :: Lens' TypeConfigurationDetails (Maybe Text) Source #

A JSON string specifying the configuration data for the extension, in this account and region.

If a configuration has not been set for a specified extension, CloudFormation returns {}.

typeConfigurationDetails_isDefaultConfiguration :: Lens' TypeConfigurationDetails (Maybe Bool) Source #

Whether or not this configuration data is the default configuration for the extension.