Interface CfnProject.AppConfigResourceObjectProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProject.AppConfigResourceObjectProperty.Jsii$Proxy
Enclosing class:
CfnProject

@Stability(Stable) public static interface CfnProject.AppConfigResourceObjectProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.evidently.*;
 AppConfigResourceObjectProperty appConfigResourceObjectProperty = AppConfigResourceObjectProperty.builder()
         .applicationId("applicationId")
         .environmentId("environmentId")
         .build();