Class CfnDataSource.AmazonOpenSearchParametersProperty
The parameters for OpenSearch.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class AmazonOpenSearchParametersProperty : Object, CfnDataSource.IAmazonOpenSearchParametersProperty
Syntax (vb)
Public Class AmazonOpenSearchParametersProperty
Inherits Object
Implements CfnDataSource.IAmazonOpenSearchParametersProperty
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.QuickSight;
var amazonOpenSearchParametersProperty = new AmazonOpenSearchParametersProperty {
Domain = "domain"
};
Synopsis
Constructors
Amazon |
Properties
Domain | The OpenSearch domain. |
Constructors
AmazonOpenSearchParametersProperty()
public AmazonOpenSearchParametersProperty()
Properties
Domain
The OpenSearch domain.
public string Domain { get; set; }
Property Value
System.