@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:58.829Z") public interface NonIpInstanceProps extends NonIpInstanceBaseProps
// 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();
Modifier and Type | Interface and Description |
---|---|
static class |
NonIpInstanceProps.Builder
A builder for
NonIpInstanceProps |
static class |
NonIpInstanceProps.Jsii$Proxy
An implementation for
NonIpInstanceProps |
Modifier and Type | Method and Description |
---|---|
static NonIpInstanceProps.Builder |
builder() |
IService |
getService()
The Cloudmap service this resource is registered to.
|
getCustomAttributes, getInstanceId
IService getService()
static NonIpInstanceProps.Builder builder()
builder
in interface BaseInstanceProps
builder
in interface NonIpInstanceBaseProps
NonIpInstanceProps.Builder
of NonIpInstanceProps