Interface NonIpInstanceProps

All Superinterfaces:
BaseInstanceProps, software.amazon.jsii.JsiiSerializable, NonIpInstanceBaseProps
All Known Implementing Classes:
NonIpInstanceProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:45.656Z") @Stability(Stable) public interface NonIpInstanceProps extends software.amazon.jsii.JsiiSerializable, NonIpInstanceBaseProps
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.servicediscovery.*;
 Service service;
 NonIpInstanceProps nonIpInstanceProps = NonIpInstanceProps.builder()
         .service(service)
         // the properties below are optional
         .customAttributes(Map.of(
                 "customAttributesKey", "customAttributes"))
         .instanceId("instanceId")
         .build();