amazonka-evidently-2.0: Amazon CloudWatch Evidently 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.Evidently.Types.ProjectAppConfigResource

Description

 
Synopsis

Documentation

data ProjectAppConfigResource Source #

This is a structure that defines the configuration of how your application integrates with AppConfig to run client-side evaluation.

See: newProjectAppConfigResource smart constructor.

Constructors

ProjectAppConfigResource' 

Fields

  • applicationId :: Text

    The ID of the AppConfig application to use for client-side evaluation.

  • configurationProfileId :: Text

    The ID of the AppConfig profile to use for client-side evaluation.

  • environmentId :: Text

    The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for applicationId.

Instances

Instances details
FromJSON ProjectAppConfigResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectAppConfigResource

Generic ProjectAppConfigResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectAppConfigResource

Associated Types

type Rep ProjectAppConfigResource :: Type -> Type #

Read ProjectAppConfigResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectAppConfigResource

Show ProjectAppConfigResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectAppConfigResource

NFData ProjectAppConfigResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectAppConfigResource

Eq ProjectAppConfigResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectAppConfigResource

Hashable ProjectAppConfigResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectAppConfigResource

type Rep ProjectAppConfigResource Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectAppConfigResource

type Rep ProjectAppConfigResource = D1 ('MetaData "ProjectAppConfigResource" "Amazonka.Evidently.Types.ProjectAppConfigResource" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "ProjectAppConfigResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "configurationProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newProjectAppConfigResource Source #

Create a value of ProjectAppConfigResource 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:applicationId:ProjectAppConfigResource', projectAppConfigResource_applicationId - The ID of the AppConfig application to use for client-side evaluation.

$sel:configurationProfileId:ProjectAppConfigResource', projectAppConfigResource_configurationProfileId - The ID of the AppConfig profile to use for client-side evaluation.

$sel:environmentId:ProjectAppConfigResource', projectAppConfigResource_environmentId - The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for applicationId.

projectAppConfigResource_applicationId :: Lens' ProjectAppConfigResource Text Source #

The ID of the AppConfig application to use for client-side evaluation.

projectAppConfigResource_configurationProfileId :: Lens' ProjectAppConfigResource Text Source #

The ID of the AppConfig profile to use for client-side evaluation.

projectAppConfigResource_environmentId :: Lens' ProjectAppConfigResource Text Source #

The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for applicationId.