libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry
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.ServiceCatalogAppRegistry.Types.AttributeGroup

Description

 
Synopsis

Documentation

data AttributeGroup Source #

Represents a Amazon Web Services Service Catalog AppRegistry attribute group that is rich metadata which describes an application and its components.

See: newAttributeGroup smart constructor.

Constructors

AttributeGroup' 

Fields

  • creationTime :: Maybe POSIX

    The ISO-8601 formatted timestamp of the moment the attribute group was created.

  • arn :: Maybe Text

    The Amazon resource name (ARN) that specifies the attribute group across services.

  • name :: Maybe Text

    The name of the attribute group.

  • id :: Maybe Text

    The globally unique attribute group identifier of the attribute group.

  • lastUpdateTime :: Maybe POSIX

    The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

  • description :: Maybe Text

    The description of the attribute group that the user provides.

  • tags :: Maybe (HashMap Text Text)

    Key-value pairs you can use to associate with the attribute group.

Instances

Instances details
Eq AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Read AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Show AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Generic AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Associated Types

type Rep AttributeGroup :: Type -> Type #

NFData AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Methods

rnf :: AttributeGroup -> () #

Hashable AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

FromJSON AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

type Rep AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

type Rep AttributeGroup = D1 ('MetaData "AttributeGroup" "Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "AttributeGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newAttributeGroup :: AttributeGroup Source #

Create a value of AttributeGroup 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:creationTime:AttributeGroup', attributeGroup_creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was created.

$sel:arn:AttributeGroup', attributeGroup_arn - The Amazon resource name (ARN) that specifies the attribute group across services.

$sel:name:AttributeGroup', attributeGroup_name - The name of the attribute group.

$sel:id:AttributeGroup', attributeGroup_id - The globally unique attribute group identifier of the attribute group.

$sel:lastUpdateTime:AttributeGroup', attributeGroup_lastUpdateTime - The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

$sel:description:AttributeGroup', attributeGroup_description - The description of the attribute group that the user provides.

$sel:tags:AttributeGroup', attributeGroup_tags - Key-value pairs you can use to associate with the attribute group.

attributeGroup_creationTime :: Lens' AttributeGroup (Maybe UTCTime) Source #

The ISO-8601 formatted timestamp of the moment the attribute group was created.

attributeGroup_arn :: Lens' AttributeGroup (Maybe Text) Source #

The Amazon resource name (ARN) that specifies the attribute group across services.

attributeGroup_name :: Lens' AttributeGroup (Maybe Text) Source #

The name of the attribute group.

attributeGroup_id :: Lens' AttributeGroup (Maybe Text) Source #

The globally unique attribute group identifier of the attribute group.

attributeGroup_lastUpdateTime :: Lens' AttributeGroup (Maybe UTCTime) Source #

The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

attributeGroup_description :: Lens' AttributeGroup (Maybe Text) Source #

The description of the attribute group that the user provides.

attributeGroup_tags :: Lens' AttributeGroup (Maybe (HashMap Text Text)) Source #

Key-value pairs you can use to associate with the attribute group.