Class ExportReference
A reference to a Export resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated