#[non_exhaustive]pub struct ProjectAppConfigResourceConfig { /* private fields */ }
Expand description
Use this parameter to configure client-side evaluation for your project. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation to assign the variations. This mitigates the latency and availability risks that come with an API call.
ProjectAppConfigResource
is a structure that defines the configuration of how your application integrates with AppConfig to run client-side evaluation.
Implementations§
source§impl ProjectAppConfigResourceConfig
impl ProjectAppConfigResourceConfig
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The ID of the AppConfig application to use for client-side evaluation.
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
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
.
source§impl ProjectAppConfigResourceConfig
impl ProjectAppConfigResourceConfig
sourcepub fn builder() -> ProjectAppConfigResourceConfigBuilder
pub fn builder() -> ProjectAppConfigResourceConfigBuilder
Creates a new builder-style object to manufacture ProjectAppConfigResourceConfig
.
Trait Implementations§
source§impl Clone for ProjectAppConfigResourceConfig
impl Clone for ProjectAppConfigResourceConfig
source§fn clone(&self) -> ProjectAppConfigResourceConfig
fn clone(&self) -> ProjectAppConfigResourceConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<ProjectAppConfigResourceConfig> for ProjectAppConfigResourceConfig
impl PartialEq<ProjectAppConfigResourceConfig> for ProjectAppConfigResourceConfig
source§fn eq(&self, other: &ProjectAppConfigResourceConfig) -> bool
fn eq(&self, other: &ProjectAppConfigResourceConfig) -> bool
self
and other
values to be equal, and is used
by ==
.