Skip to content

Commit d21231f

Browse files
cmckni3NetaNir
andauthored
feat(ec2): Add Step Functions interface endpoint (#8512)
Co-authored-by: Neta Nir <[email protected]>
1 parent 98fd73c commit d21231f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
297297
public static readonly STORAGE_GATEWAY = new InterfaceVpcEndpointAwsService('storagegateway');
298298
public static readonly REKOGNITION = new InterfaceVpcEndpointAwsService('rekognition');
299299
public static readonly REKOGNITION_FIPS = new InterfaceVpcEndpointAwsService('rekognition-fips');
300+
public static readonly STEP_FUNCTIONS = new InterfaceVpcEndpointAwsService('states');
300301

301302
/**
302303
* The name of the service.

packages/@aws-cdk/aws-ec2/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
"docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.STORAGE_GATEWAY",
232232
"docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.REKOGNITION",
233233
"docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.REKOGNITION_FIPS",
234+
"docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.STEP_FUNCTIONS",
234235
"docs-public-apis:@aws-cdk/aws-ec2.Port.toString",
235236
"docs-public-apis:@aws-cdk/aws-ec2.PrivateSubnet.fromPrivateSubnetAttributes",
236237
"docs-public-apis:@aws-cdk/aws-ec2.PublicSubnet.fromPublicSubnetAttributes",

0 commit comments

Comments
 (0)