amazonka-cloudformation-2.0: Amazon CloudFormation 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.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

  • alias :: Maybe Text

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

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) for the configuration data, 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 hasn't been set for a specified extension, CloudFormation returns {}.

  • isDefaultConfiguration :: Maybe Bool

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

  • lastUpdated :: Maybe ISO8601

    When the configuration data was last updated for this extension.

    If a configuration hasn't been set for a specified extension, CloudFormation returns null.

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

  • typeName :: Maybe Text

    The name of the extension.

Instances

Instances details
FromXML 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 #

Read TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Show TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

NFData TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Eq TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "TypeConfigurationDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") '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)) :*: S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:alias:TypeConfigurationDetails', typeConfigurationDetails_alias - The alias specified for this configuration, if one was specified when the configuration was set.

$sel:arn:TypeConfigurationDetails', typeConfigurationDetails_arn - The Amazon Resource Name (ARN) for the configuration data, 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 hasn't been set for a specified extension, CloudFormation returns {}.

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

$sel:lastUpdated:TypeConfigurationDetails', typeConfigurationDetails_lastUpdated - When the configuration data was last updated for this extension.

If a configuration hasn't been set for a specified extension, CloudFormation returns null.

$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:typeName:TypeConfigurationDetails', typeConfigurationDetails_typeName - The name of the extension.

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

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

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

The Amazon Resource Name (ARN) for the configuration data, 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 hasn't been set for a specified extension, CloudFormation returns {}.

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

Whether 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 hasn't been set for a specified extension, CloudFormation returns null.

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.