Interface CfnApplication.IAppConfigProperty
Configurations of the OpenSearch Application.
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAppConfigProperty
Syntax (vb)
Public Interface IAppConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.OpenSearchService;
var appConfigProperty = new AppConfigProperty {
Key = "key",
Value = "value"
};
Synopsis
Properties
Key | Specify the item to configure, such as admin role for the OpenSearch Application. |
Value | Specifies the value to configure for the key, such as an IAM user ARN. |
Properties
Key
Specify the item to configure, such as admin role for the OpenSearch Application.
string Key { get; }
Property Value
System.
Remarks
Value
Specifies the value to configure for the key, such as an IAM user ARN.
string Value { get; }
Property Value
System.