Show / Hide Table of Contents

Class SchemaReference

A reference to a Schema resource.

Inheritance
object
SchemaReference
Implements
ISchemaReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Personalize
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SchemaReference : ISchemaReference
Syntax (vb)
Public Class SchemaReference Implements ISchemaReference
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.Personalize;

            var schemaReference = new SchemaReference {
                SchemaArn = "schemaArn"
            };

Synopsis

Constructors

SchemaReference()

A reference to a Schema resource.

Properties

SchemaArn

The SchemaArn of the Schema resource.

Constructors

SchemaReference()

A reference to a Schema resource.

public SchemaReference()
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.Personalize;

            var schemaReference = new SchemaReference {
                SchemaArn = "schemaArn"
            };

Properties

SchemaArn

The SchemaArn of the Schema resource.

public string SchemaArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISchemaReference
Back to top Generated by DocFX