@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-07-01T09:58:40.867Z") public interface IpInstanceProps extends IpInstanceBaseProps
// 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; IpInstanceProps ipInstanceProps = IpInstanceProps.builder() .service(service) // the properties below are optional .customAttributes(Map.of( "customAttributesKey", "customAttributes")) .instanceId("instanceId") .ipv4("ipv4") .ipv6("ipv6") .port(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
IpInstanceProps.Builder
A builder for
IpInstanceProps |
static class |
IpInstanceProps.Jsii$Proxy
An implementation for
IpInstanceProps |
Modifier and Type | Method and Description |
---|---|
static IpInstanceProps.Builder |
builder() |
IService |
getService()
The Cloudmap service this resource is registered to.
|
getIpv4, getIpv6, getPort
getCustomAttributes, getInstanceId
IService getService()
static IpInstanceProps.Builder builder()
builder
in interface BaseInstanceProps
builder
in interface IpInstanceBaseProps
IpInstanceProps.Builder
of IpInstanceProps