Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-metadata.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-metadata.html#cfn-batch-jobdefinition-metadata-labels

Back to top Generated by DocFX