@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.156Z") @Stability(value=Stable) public interface IpInstanceProps extends software.amazon.jsii.JsiiSerializable, 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, getPortgetCustomAttributes, getInstanceId@Stability(value=Stable) @NotNull IService getService()
@Stability(value=Stable) static IpInstanceProps.Builder builder()
builder in interface BaseInstancePropsbuilder in interface IpInstanceBasePropsIpInstanceProps.Builder of IpInstancePropsCopyright © 2022. All rights reserved.