@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.252Z") @Stability(value=Stable) public interface CnameInstanceBaseProps extends software.amazon.jsii.JsiiSerializable, BaseInstanceProps
// 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.*;
CnameInstanceBaseProps cnameInstanceBaseProps = CnameInstanceBaseProps.builder()
.instanceCname("instanceCname")
// the properties below are optional
.customAttributes(Map.of(
"customAttributesKey", "customAttributes"))
.instanceId("instanceId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CnameInstanceBaseProps.Builder
A builder for
CnameInstanceBaseProps |
static class |
CnameInstanceBaseProps.Jsii$Proxy
An implementation for
CnameInstanceBaseProps |
| Modifier and Type | Method and Description |
|---|---|
static CnameInstanceBaseProps.Builder |
builder() |
String |
getInstanceCname()
If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries, for example, example.com.
|
getCustomAttributes, getInstanceId@Stability(value=Stable) @NotNull String getInstanceCname()
@Stability(value=Stable) static CnameInstanceBaseProps.Builder builder()
builder in interface BaseInstancePropsCnameInstanceBaseProps.Builder of CnameInstanceBasePropsCopyright © 2021. All rights reserved.