@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:37.961Z") @Stability(value=Experimental) 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()
(experimental) The Cloudmap service this resource is registered to.
|
getInstanceCnamegetCustomAttributes, getInstanceId@Stability(value=Experimental) @NotNull IService getService()
@Stability(value=Experimental) static CnameInstanceProps.Builder builder()
builder in interface BaseInstancePropsbuilder in interface CnameInstanceBasePropsCnameInstanceProps.Builder of CnameInstancePropsCopyright © 2022. All rights reserved.