Interface AssociateCloudMapServiceOptions

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:06.379Z") @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());