Interface CfnProjectPropsMixin.AppConfigResourceObjectProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProjectPropsMixin.AppConfigResourceObjectProperty.Jsii$Proxy
- Enclosing class:
CfnProjectPropsMixin
@Stability(Stable)
public static interface CfnProjectPropsMixin.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.cfnpropertymixins.services.evidently.*;
AppConfigResourceObjectProperty appConfigResourceObjectProperty = AppConfigResourceObjectProperty.builder()
.applicationId("applicationId")
.environmentId("environmentId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProjectPropsMixin.AppConfigResourceObjectPropertystatic final classAn implementation forCfnProjectPropsMixin.AppConfigResourceObjectProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationId
The ID of the AWS AppConfig application to use for client-side evaluation.Returns union: either
StringorIApplicationRef- See Also:
-
getEnvironmentId
The ID of the AWS AppConfig environment to use for client-side evaluation.- See Also:
-
builder
-