ProjectsLocationsConnectClustersConnectorsCreateOptions
import type { ProjectsLocationsConnectClustersConnectorsCreateOptions } from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";
Additional options for ManagedKafka#projectsLocationsConnectClustersConnectorsCreate.
interface ProjectsLocationsConnectClustersConnectorsCreateOptions {
connectorId?: string;
}§Properties
§
connectorId?: string
[src]Required. The ID to use for the connector, which will become the final
component of the connector's name. The ID must be 1-63 characters long, and
match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?
to comply with
RFC 1035. This value is structured like: my-connector-id
.