Interface CfnApplication.AppConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.AppConfigProperty.Jsii$Proxy
- Enclosing class:
CfnApplication
@Stability(Stable)
public static interface CfnApplication.AppConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configurations of the OpenSearch Application.
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.opensearchservice.*; AppConfigProperty appConfigProperty = AppConfigProperty.builder() .key("key") .value("value") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplication.AppConfigProperty
static final class
An implementation forCfnApplication.AppConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
Specify the item to configure, such as admin role for the OpenSearch Application.- See Also:
-
getValue
Specifies the value to configure for the key, such as an IAM user ARN.- See Also:
-
builder
-