@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:33.915Z") public interface AliasTargetInstanceProps extends 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.*; Service service; AliasTargetInstanceProps aliasTargetInstanceProps = AliasTargetInstanceProps.builder() .dnsName("dnsName") .service(service) // the properties below are optional .customAttributes(Map.of( "customAttributesKey", "customAttributes")) .instanceId("instanceId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
AliasTargetInstanceProps.Builder
A builder for
AliasTargetInstanceProps |
static class |
AliasTargetInstanceProps.Jsii$Proxy
An implementation for
AliasTargetInstanceProps |
Modifier and Type | Method and Description |
---|---|
static AliasTargetInstanceProps.Builder |
builder() |
java.lang.String |
getDnsName()
DNS name of the target.
|
IService |
getService()
The Cloudmap service this resource is registered to.
|
getCustomAttributes, getInstanceId
java.lang.String getDnsName()
IService getService()
static AliasTargetInstanceProps.Builder builder()
builder
in interface BaseInstanceProps
AliasTargetInstanceProps.Builder
of AliasTargetInstanceProps