NonIpInstanceProps¶
-
class
aws_cdk.aws_servicediscovery.
NonIpInstanceProps
(*, custom_attributes=None, instance_id=None, service)¶ Bases:
aws_cdk.aws_servicediscovery.NonIpInstanceBaseProps
- Parameters
custom_attributes (
Optional
[Mapping
[str
,str
]]) – Custom attributes of the instance. Default: noneinstance_id (
Optional
[str
]) – The id of the instance resource. Default: Automatically generated nameservice (
IService
) – The Cloudmap service this resource is registered to.
Attributes
-
custom_attributes
¶ Custom attributes of the instance.
- Default
none
- Return type
Optional
[Mapping
[str
,str
]]
-
instance_id
¶ The id of the instance resource.
- Default
Automatically generated name
- Return type
Optional
[str
]