ComputeEnvironmentReference
- class aws_cdk.aws_batch.ComputeEnvironmentReference(*, compute_environment_arn)
Bases:
object
A reference to a ComputeEnvironment resource.
- Parameters:
compute_environment_arn (
str
) – The ComputeEnvironmentArn of the ComputeEnvironment 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 compute_environment_reference = batch.ComputeEnvironmentReference( compute_environment_arn="computeEnvironmentArn" )
Attributes
- compute_environment_arn
The ComputeEnvironmentArn of the ComputeEnvironment resource.