appConfigResource

@JvmName(name = "wsvjmjtfdgjflksc")
suspend fun appConfigResource(value: Output<ProjectAppConfigResourceObjectArgs>)
@JvmName(name = "viubxotfkpeccfhb")
suspend fun appConfigResource(value: ProjectAppConfigResourceObjectArgs?)

Parameters

value

Use this parameter if the project will use client-side evaluation powered by AWS AppConfig . Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. For more information, see Use client-side evaluation - powered by AWS AppConfig . This parameter is a structure that contains information about the AWS AppConfig application that will be used as for client-side evaluation. To create a project that uses client-side evaluation, you must have the evidently:ExportProjectAsConfiguration permission.


@JvmName(name = "ckrrisuautcmeshq")
suspend fun appConfigResource(argument: suspend ProjectAppConfigResourceObjectArgsBuilder.() -> Unit)

Parameters

argument

Use this parameter if the project will use client-side evaluation powered by AWS AppConfig . Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. For more information, see Use client-side evaluation - powered by AWS AppConfig . This parameter is a structure that contains information about the AWS AppConfig application that will be used as for client-side evaluation. To create a project that uses client-side evaluation, you must have the evidently:ExportProjectAsConfiguration permission.