Interface NonIpInstanceProps
- All Superinterfaces:
BaseInstanceProps
,software.amazon.jsii.JsiiSerializable
,NonIpInstanceBaseProps
- All Known Implementing Classes:
NonIpInstanceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-14T03:25:05.580Z")
@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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forNonIpInstanceProps
static final class
An implementation forNonIpInstanceProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic NonIpInstanceProps.Builder
builder()
The Cloudmap service this resource is registered to.Methods inherited from interface software.amazon.awscdk.services.servicediscovery.BaseInstanceProps
getCustomAttributes, getInstanceId
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getService
The Cloudmap service this resource is registered to. -
builder
- Returns:
- a
NonIpInstanceProps.Builder
ofNonIpInstanceProps
-