ServiceEnvironmentReference

class aws_cdk.interfaces.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.interfaces import aws_batch as interfaces_aws_batch

service_environment_reference = interfaces_aws_batch.ServiceEnvironmentReference(
    service_environment_arn="serviceEnvironmentArn"
)

Attributes

service_environment_arn

The ServiceEnvironmentArn of the ServiceEnvironment resource.