Show / Hide Table of Contents

Class CfnDomainPropsMixin.S3VectorsEngineProperty

Options for enabling S3 vectors engine features on the specified domain.

Inheritance
object
CfnDomainPropsMixin.S3VectorsEngineProperty
Implements
CfnDomainPropsMixin.IS3VectorsEngineProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainPropsMixin.S3VectorsEngineProperty : CfnDomainPropsMixin.IS3VectorsEngineProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.S3VectorsEngineProperty Implements CfnDomainPropsMixin.IS3VectorsEngineProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-s3vectorsengine.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.Mixins.Preview.AWS.OpenSearchService.Mixins;

             var s3VectorsEngineProperty = new S3VectorsEngineProperty {
                 Enabled = false
             };

Synopsis

Constructors

S3VectorsEngineProperty()

Options for enabling S3 vectors engine features on the specified domain.

Properties

Enabled

Enables S3 vectors engine features.

Constructors

S3VectorsEngineProperty()

Options for enabling S3 vectors engine features on the specified domain.

public S3VectorsEngineProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-s3vectorsengine.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.Mixins.Preview.AWS.OpenSearchService.Mixins;

             var s3VectorsEngineProperty = new S3VectorsEngineProperty {
                 Enabled = false
             };

Properties

Enabled

Enables S3 vectors engine features.

public object? Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-s3vectorsengine.html#cfn-opensearchservice-domain-s3vectorsengine-enabled

Type union: either bool or IResolvable

Implements

CfnDomainPropsMixin.IS3VectorsEngineProperty
Back to top Generated by DocFX