Interface AssociateCloudMapServiceOptions

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:47.006Z") @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());