Show / Hide Table of Contents

Class CfnApplicationPropsMixin.AppConfigProperty

Configuration settings for an OpenSearch application.

Inheritance
object
CfnApplicationPropsMixin.AppConfigProperty
Implements
CfnApplicationPropsMixin.IAppConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApplicationPropsMixin.AppConfigProperty : CfnApplicationPropsMixin.IAppConfigProperty
Syntax (vb)
Public Class CfnApplicationPropsMixin.AppConfigProperty Implements CfnApplicationPropsMixin.IAppConfigProperty
Remarks

For more information, see Using the OpenSearch user interface in Amazon OpenSearch Service .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-application-appconfig.html

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.CfnPropertyMixins.AWS.OpenSearchService;

             var appConfigProperty = new AppConfigProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

AppConfigProperty()

Configuration settings for an OpenSearch application.

Properties

Key

The configuration item to set, such as the admin role for the OpenSearch application.

Value

The value assigned to the configuration key, such as an IAM user ARN.

Constructors

AppConfigProperty()

Configuration settings for an OpenSearch application.

public AppConfigProperty()
Remarks

For more information, see Using the OpenSearch user interface in Amazon OpenSearch Service .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-application-appconfig.html

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.CfnPropertyMixins.AWS.OpenSearchService;

             var appConfigProperty = new AppConfigProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

The configuration item to set, such as the admin role for the OpenSearch application.

public string? Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-application-appconfig.html#cfn-opensearchservice-application-appconfig-key

Value

The value assigned to the configuration key, such as an IAM user ARN.

public string? Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-application-appconfig.html#cfn-opensearchservice-application-appconfig-value

Implements

CfnApplicationPropsMixin.IAppConfigProperty
Back to top Generated by DocFX