Show / Hide Table of Contents

Interface IIndexReference

A reference to a Index resource.

Namespace: Amazon.CDK.Interfaces.S3Vectors
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIndexReference
Syntax (vb)
Public Interface IIndexReference
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.Interfaces.S3Vectors;

            var indexReference = new IndexReference {
                IndexArn = "indexArn"
            };

Synopsis

Properties

IndexArn

The IndexArn of the Index resource.

Properties

IndexArn

The IndexArn of the Index resource.

string IndexArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX