Interface CfnJobDefinition.IMetadataProperty
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.IMetadataProperty
Syntax (vb)
Public Interface CfnJobDefinition.IMetadataProperty
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.AWS.Batch;
var labels;
var metadataProperty = new MetadataProperty {
Labels = labels
};
Synopsis
Properties
| Labels |
Properties
Labels
object? Labels { get; }