Instance accessible using values other than an IP address or a domain name (CNAME). Specify the other values in Custom attributes.
import { NonIpInstance } from 'aws-cdk-lib/aws-servicediscovery';Or use the module namespace:
import * as servicediscovery from 'aws-cdk-lib/aws-servicediscovery';
// servicediscovery.NonIpInstanceConfiguration passed to the constructor as NonIpInstanceProps.
serviceRequiredIServiceThe Cloudmap service this resource is registered to.
BaseInstancePropscustomAttributesOptionalinherited from BaseInstanceProps{ [key: string]: string }Custom attributes of the instance.
Default: none
instanceIdOptionalinherited from BaseInstancePropsstringThe id of the instance resource.
Default: Automatically generated name
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicediscovery