Interface AssociateCloudMapServiceOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AssociateCloudMapServiceOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-24T21:00:29.104Z") @Stability(Stable) public interface AssociateCloudMapServiceOptions extends software.amazon.jsii.JsiiSerializable
The options for using a cloudmap service.

Example:

 Service cloudMapService;
 FargateService ecsService;
 ecsService.associateCloudMapService(AssociateCloudMapServiceOptions.builder()
         .service(cloudMapService)
         .build());