Interface IParallelDataReference
A reference to a ParallelData resource.
Namespace: Amazon.CDK.Interfaces.Translate
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IParallelDataReference
Syntax (vb)
Public Interface IParallelDataReference
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.Translate;
var parallelDataReference = new ParallelDataReference {
ParallelDataArn = "parallelDataArn"
};
Synopsis
Properties
| ParallelDataArn | The Arn of the ParallelData resource. |
Properties
ParallelDataArn
The Arn of the ParallelData resource.
string ParallelDataArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated