ConsumableResourceReference

class aws_cdk.aws_batch.ConsumableResourceReference(*, consumable_resource_arn)

Bases: object

A reference to a ConsumableResource resource.

Parameters:

consumable_resource_arn (str) – The ConsumableResourceArn of the ConsumableResource resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_batch as batch

consumable_resource_reference = batch.ConsumableResourceReference(
    consumable_resource_arn="consumableResourceArn"
)

Attributes

consumable_resource_arn

The ConsumableResourceArn of the ConsumableResource resource.