Show / Hide Table of Contents

Interface CfnJobDefinition.IResourcesProperty

Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.IResourcesProperty
Syntax (vb)
Public Interface CfnJobDefinition.IResourcesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-resources.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 limits;
             var requests;

             var resourcesProperty = new ResourcesProperty {
                 Limits = limits,
                 Requests = requests
             };

Synopsis

Properties

Limits
Requests

Properties

Limits

object? Limits { get; }
Property Value

object

Remarks

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

Requests

object? Requests { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX