AWS::Evidently::Project AppConfigResourceObject - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String EnvironmentId: String

Properties

ApplicationId

The ID of the Amazon 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 Amazon AppConfig environment to use for client-side evaluation.

Required: Yes

Type: String

Pattern: [a-z0-9]{4,7}

Update requires: No interruption