Class CfnDataSource.ElasticsearchConfigProperty
Implements
Inherited Members
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
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
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
Remarks
Endpoint
The endpoint.
public string Endpoint { get; set; }