interface AppConfigResourceObjectProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Evidently.CfnProject.AppConfigResourceObjectProperty |
Java | software.amazon.awscdk.services.evidently.CfnProject.AppConfigResourceObjectProperty |
Python | aws_cdk.aws_evidently.CfnProject.AppConfigResourceObjectProperty |
TypeScript | @aws-cdk/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 * as evidently from '@aws-cdk/aws-evidently';
const appConfigResourceObjectProperty: evidently.CfnProject.AppConfigResourceObjectProperty = {
applicationId: 'applicationId',
environmentId: 'environmentId',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ID of the AWS AppConfig application to use for client-side evaluation. |
environment | string | The 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.