interface ServiceEnvironmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.ServiceEnvironmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#ServiceEnvironmentReference |
![]() | software.amazon.awscdk.services.batch.ServiceEnvironmentReference |
![]() | aws_cdk.aws_batch.ServiceEnvironmentReference |
![]() | aws-cdk-lib » aws_batch » ServiceEnvironmentReference |
A reference to a ServiceEnvironment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_batch as batch } from 'aws-cdk-lib';
const serviceEnvironmentReference: batch.ServiceEnvironmentReference = {
serviceEnvironmentArn: 'serviceEnvironmentArn',
};
Properties
Name | Type | Description |
---|---|---|
service | string | The ServiceEnvironmentArn of the ServiceEnvironment resource. |
serviceEnvironmentArn
Type:
string
The ServiceEnvironmentArn of the ServiceEnvironment resource.