get static method
ConnectorV2
get(
- String name,
- Input<
String> id, { - ConnectorV2State? state,
- CustomResourceOptions? options,
Gets an existing ConnectorV2 resource's state with the given name and id.
Implementation
static ConnectorV2 get(
String name,
pulumi.Input<String> id, {
ConnectorV2State? state,
pulumi.CustomResourceOptions? options,
}) {
return ConnectorV2._get(
name,
state: state?.toMap(),
options: pulumi.CustomResourceOptions(id: id).merge(options),
);
}