Show / Hide Table of Contents

Class ExportReference

A reference to a Export resource.

Inheritance
object
ExportReference
Implements
IExportReference
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.DynamoDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ExportReference : IExportReference
Syntax (vb)
Public Class ExportReference Implements IExportReference
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.DynamoDB;

            var exportReference = new ExportReference {
                ExportArn = "exportArn"
            };

Synopsis

Constructors

ExportReference()

A reference to a Export resource.

Properties

ExportArn

The ExportArn of the Export resource.

Constructors

ExportReference()

A reference to a Export resource.

public ExportReference()
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.DynamoDB;

            var exportReference = new ExportReference {
                ExportArn = "exportArn"
            };

Properties

ExportArn

The ExportArn of the Export resource.

public string ExportArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IExportReference
Back to top Generated by DocFX