aws-cdk-lib.aws_evidently.CfnProject.AppConfigResourceObjectProperty

interface AppConfigResourceObjectProperty

LanguageType name
.NETAmazon.CDK.AWS.Evidently.CfnProject.AppConfigResourceObjectProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsevidently#CfnProject_AppConfigResourceObjectProperty
Javasoftware.amazon.awscdk.services.evidently.CfnProject.AppConfigResourceObjectProperty
Pythonaws_cdk.aws_evidently.CfnProject.AppConfigResourceObjectProperty
TypeScript aws-cdk-lib » aws_evidently » CfnProject » AppConfigResourceObjectProperty

This is a structure that defines the configuration of how your application integrates with AWS AppConfig to run client-side evaluation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_evidently as evidently } from 'aws-cdk-lib';
const appConfigResourceObjectProperty: evidently.CfnProject.AppConfigResourceObjectProperty = {
  applicationId: 'applicationId',
  environmentId: 'environmentId',
};

Properties

NameTypeDescription
applicationIdstringThe ID of the AWS AppConfig application to use for client-side evaluation.
environmentIdstringThe ID of the AWS AppConfig environment to use for client-side evaluation.

applicationId

Type: string

The ID of the AWS AppConfig application to use for client-side evaluation.


environmentId

Type: string

The ID of the AWS AppConfig environment to use for client-side evaluation.