@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:14.983Z") @Stability(value=Experimental) 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()
(experimental) 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=Experimental) @NotNull String getInstanceCname()
@Stability(value=Experimental) static CnameInstanceBaseProps.Builder builder()
builder in interface BaseInstancePropsCnameInstanceBaseProps.Builder of CnameInstanceBasePropsCopyright © 2022. All rights reserved.