| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Evidently.Types.ProjectAppConfigResource
Description
Synopsis
- data ProjectAppConfigResource = ProjectAppConfigResource' {}
- newProjectAppConfigResource :: Text -> Text -> Text -> ProjectAppConfigResource
- projectAppConfigResource_applicationId :: Lens' ProjectAppConfigResource Text
- projectAppConfigResource_configurationProfileId :: Lens' ProjectAppConfigResource Text
- projectAppConfigResource_environmentId :: Lens' ProjectAppConfigResource Text
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
| |
Instances
newProjectAppConfigResource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ProjectAppConfigResource |
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.