File tree 1 file changed +1
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -538,6 +538,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
538
538
public static readonly REKOGNITION_STREAMING = new InterfaceVpcEndpointAwsService ( 'streaming-rekognition' ) ;
539
539
public static readonly REKOGNITION_STREAMING_FIPS = new InterfaceVpcEndpointAwsService ( 'streaming-rekognition-fips' ) ;
540
540
public static readonly REPOST_SPACE = new InterfaceVpcEndpointAwsService ( 'repostspace' ) ;
541
+ public static readonly RESOURCE_ACCESS_MANAGER = new InterfaceVpcEndpointAwsService ( 'ram' ) ;
541
542
public static readonly ROBOMAKER = new InterfaceVpcEndpointAwsService ( 'robomaker' ) ;
542
543
public static readonly RECYCLE_BIN = new InterfaceVpcEndpointAwsService ( 'rbin' ) ;
543
544
public static readonly S3 = new InterfaceVpcEndpointAwsService ( 's3' ) ;
You can’t perform that action at this time.
0 commit comments