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

Description

 
Synopsis

Documentation

data ResourceGroup Source #

The information about the resource group integration.

See: newResourceGroup smart constructor.

Constructors

ResourceGroup' 

Fields

  • state :: Maybe ResourceGroupState

    The state of the propagation process for the resource group. The states includes:

    CREATING if the resource group is in the process of being created.

    CREATE_COMPLETE if the resource group was created successfully.

    CREATE_FAILED if the resource group failed to be created.

    UPDATING if the resource group is in the process of being updated.

    UPDATE_COMPLETE if the resource group updated successfully.

    UPDATE_FAILED if the resource group could not update successfully.

  • arn :: Maybe Text

    The Amazon resource name (ARN) of the resource group.

  • errorMessage :: Maybe Text

    The error message that generates when the propagation process for the resource group fails.

Instances

Instances details
Eq ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Read ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Show ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Generic ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Associated Types

type Rep ResourceGroup :: Type -> Type #

NFData ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Methods

rnf :: ResourceGroup -> () #

Hashable ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

FromJSON ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

type Rep ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

type Rep ResourceGroup = D1 ('MetaData "ResourceGroup" "Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ResourceGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceGroupState)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResourceGroup :: ResourceGroup Source #

Create a value of ResourceGroup 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:state:ResourceGroup', resourceGroup_state - The state of the propagation process for the resource group. The states includes:

CREATING if the resource group is in the process of being created.

CREATE_COMPLETE if the resource group was created successfully.

CREATE_FAILED if the resource group failed to be created.

UPDATING if the resource group is in the process of being updated.

UPDATE_COMPLETE if the resource group updated successfully.

UPDATE_FAILED if the resource group could not update successfully.

$sel:arn:ResourceGroup', resourceGroup_arn - The Amazon resource name (ARN) of the resource group.

$sel:errorMessage:ResourceGroup', resourceGroup_errorMessage - The error message that generates when the propagation process for the resource group fails.

resourceGroup_state :: Lens' ResourceGroup (Maybe ResourceGroupState) Source #

The state of the propagation process for the resource group. The states includes:

CREATING if the resource group is in the process of being created.

CREATE_COMPLETE if the resource group was created successfully.

CREATE_FAILED if the resource group failed to be created.

UPDATING if the resource group is in the process of being updated.

UPDATE_COMPLETE if the resource group updated successfully.

UPDATE_FAILED if the resource group could not update successfully.

resourceGroup_arn :: Lens' ResourceGroup (Maybe Text) Source #

The Amazon resource name (ARN) of the resource group.

resourceGroup_errorMessage :: Lens' ResourceGroup (Maybe Text) Source #

The error message that generates when the propagation process for the resource group fails.