interface IServiceEnvironmentRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Batch.IServiceEnvironmentRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#IServiceEnvironmentRef |
Java | software.amazon.awscdk.services.batch.IServiceEnvironmentRef |
Python | aws_cdk.aws_batch.IServiceEnvironmentRef |
TypeScript | aws-cdk-lib » aws_batch » IServiceEnvironmentRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a ServiceEnvironment.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| service | Service | A reference to a ServiceEnvironment resource. |
node
Type:
Node
The tree node.
serviceEnvironmentRef
Type:
Service
A reference to a ServiceEnvironment resource.

.NET
Go
Java
Python
TypeScript