This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Evidently::Project AppConfigResourceObject
This is a structure that defines the configuration of how your application integrates with AWS AppConfig to run client-side evaluation.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ApplicationId" :String, "EnvironmentId" :String}
YAML
ApplicationId:StringEnvironmentId:String
Properties
ApplicationId-
The ID of the AWS AppConfig application to use for client-side evaluation.
Required: Yes
Type: String
Pattern:
[a-z0-9]{4,7}Update requires: No interruption
EnvironmentId-
The ID of the AWS AppConfig environment to use for client-side evaluation.
Required: Yes
Type: String
Pattern:
[a-z0-9]{4,7}Update requires: No interruption