@Stability(value=Stable)
public static interface CfnProject.AppConfigResourceObjectProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.AppConfigResourceObjectProperty.Builder
A builder for
CfnProject.AppConfigResourceObjectProperty |
static class |
CfnProject.AppConfigResourceObjectProperty.Jsii$Proxy
An implementation for
CfnProject.AppConfigResourceObjectProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.AppConfigResourceObjectProperty.Builder |
builder() |
String |
getApplicationId()
The ID of the AWS AppConfig application to use for client-side evaluation.
|
String |
getEnvironmentId()
The ID of the AWS AppConfig environment to use for client-side evaluation.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @NotNull String getEnvironmentId()
@Stability(value=Stable) static CfnProject.AppConfigResourceObjectProperty.Builder builder()
Copyright © 2022. All rights reserved.