@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.144Z") @Stability(value=Stable) public interface CnameInstanceProps extends software.amazon.jsii.JsiiSerializable, CnameInstanceBaseProps
// 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;
CnameInstanceProps cnameInstanceProps = CnameInstanceProps.builder()
.instanceCname("instanceCname")
.service(service)
// the properties below are optional
.customAttributes(Map.of(
"customAttributesKey", "customAttributes"))
.instanceId("instanceId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CnameInstanceProps.Builder
A builder for
CnameInstanceProps |
static class |
CnameInstanceProps.Jsii$Proxy
An implementation for
CnameInstanceProps |
| Modifier and Type | Method and Description |
|---|---|
static CnameInstanceProps.Builder |
builder() |
IService |
getService()
The Cloudmap service this resource is registered to.
|
getInstanceCnamegetCustomAttributes, getInstanceId@Stability(value=Stable) @NotNull IService getService()
@Stability(value=Stable) static CnameInstanceProps.Builder builder()
builder in interface BaseInstancePropsbuilder in interface CnameInstanceBasePropsCnameInstanceProps.Builder of CnameInstancePropsCopyright © 2022. All rights reserved.