Entity

class Entity : KotlinCustomResource

Creates a new entity row of the specified entity type in the external system. The field values for creating the row are contained in the body of the request. The response message contains a Entity message object returned as a response by the external system. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val connectionId: Output<String>
Link copied to clipboard
val entityTypeId: Output<String>
Link copied to clipboard
val fields: Output<Map<String, String>>

Fields of the entity. The key is name of the field and the value contains the applicable google.protobuf.Value entry for this field.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Resource name of the Entity. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{type}/entities/{id}

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>