Show / Hide Table of Contents

Class CfnDataSource.ElasticsearchConfigProperty

Inheritance
object
CfnDataSource.ElasticsearchConfigProperty
Implements
CfnDataSource.IElasticsearchConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSource.ElasticsearchConfigProperty : CfnDataSource.IElasticsearchConfigProperty
Syntax (vb)
Public Class CfnDataSource.ElasticsearchConfigProperty Implements CfnDataSource.IElasticsearchConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.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.AWS.AppSync;

             var elasticsearchConfigProperty = new ElasticsearchConfigProperty {
                 AwsRegion = "awsRegion",
                 Endpoint = "endpoint"
             };

Synopsis

Constructors

ElasticsearchConfigProperty()

Properties

AwsRegion

The AWS Region.

Endpoint

The endpoint.

Constructors

ElasticsearchConfigProperty()

public ElasticsearchConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.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.AWS.AppSync;

             var elasticsearchConfigProperty = new ElasticsearchConfigProperty {
                 AwsRegion = "awsRegion",
                 Endpoint = "endpoint"
             };

Properties

AwsRegion

The AWS Region.

public string AwsRegion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-awsregion

Endpoint

The endpoint.

public string Endpoint { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html#cfn-appsync-datasource-elasticsearchconfig-endpoint

Implements

CfnDataSource.IElasticsearchConfigProperty
Back to top Generated by DocFX