ServiceEnvironmentReference
- class aws_cdk.aws_batch.ServiceEnvironmentReference(*, service_environment_arn)
- Bases: - object- A reference to a ServiceEnvironment resource. - Parameters:
- service_environment_arn ( - str) – The ServiceEnvironmentArn of the ServiceEnvironment 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 service_environment_reference = batch.ServiceEnvironmentReference( service_environment_arn="serviceEnvironmentArn" ) - Attributes - service_environment_arn
- The ServiceEnvironmentArn of the ServiceEnvironment resource.