@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-01T09:58:40.813Z")
public interface BaseInstanceProps
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.*; BaseInstanceProps baseInstanceProps = BaseInstanceProps.builder() .customAttributes(Map.of( "customAttributesKey", "customAttributes")) .instanceId("instanceId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
BaseInstanceProps.Builder
A builder for
BaseInstanceProps |
static class |
BaseInstanceProps.Jsii$Proxy
An implementation for
BaseInstanceProps |
Modifier and Type | Method and Description |
---|---|
static BaseInstanceProps.Builder |
builder() |
default java.util.Map<java.lang.String,java.lang.String> |
getCustomAttributes()
Custom attributes of the instance.
|
default java.lang.String |
getInstanceId()
The id of the instance resource.
|
default java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
Default: none
default java.lang.String getInstanceId()
Default: Automatically generated name
static BaseInstanceProps.Builder builder()
BaseInstanceProps.Builder
of BaseInstanceProps