AWS::Evidently::Project AppConfigResourceObject
This is a structure that defines the configuration of how your application integrates with Amazon AppConfig to run client-side evaluation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ApplicationId" :String, "EnvironmentId" :String}
YAML
ApplicationId:StringEnvironmentId:String
Properties
ApplicationId-
The ID of the Amazon AppConfig application to use for client-side evaluation.
Required: Yes
Type: String
Update requires: No interruption
EnvironmentId-
The ID of the Amazon AppConfig environment to use for client-side evaluation.
Required: Yes
Type: String
Update requires: No interruption