interface ExpressGatewayServiceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ECS.ExpressGatewayServiceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsecs#ExpressGatewayServiceReference |
Java | software.amazon.awscdk.interfaces.ecs.ExpressGatewayServiceReference |
Python | aws_cdk.interfaces.aws_ecs.ExpressGatewayServiceReference |
TypeScript | aws-cdk-lib » interfaces » aws_ecs » ExpressGatewayServiceReference |
A reference to a ExpressGatewayService resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecs as interfaces_ecs } from 'aws-cdk-lib/interfaces';
const expressGatewayServiceReference: interfaces_ecs.ExpressGatewayServiceReference = {
serviceArn: 'serviceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| service | string | The ServiceArn of the ExpressGatewayService resource. |
serviceArn
Type:
string
The ServiceArn of the ExpressGatewayService resource.

.NET
Go
Java
Python
TypeScript