Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.connectors/v1.getCustomConnector
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single CustomConnector.
Using getCustomConnector
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCustomConnector(args: GetCustomConnectorArgs, opts?: InvokeOptions): Promise<GetCustomConnectorResult>
function getCustomConnectorOutput(args: GetCustomConnectorOutputArgs, opts?: InvokeOptions): Output<GetCustomConnectorResult>def get_custom_connector(custom_connector_id: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomConnectorResult
def get_custom_connector_output(custom_connector_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomConnectorResult]func LookupCustomConnector(ctx *Context, args *LookupCustomConnectorArgs, opts ...InvokeOption) (*LookupCustomConnectorResult, error)
func LookupCustomConnectorOutput(ctx *Context, args *LookupCustomConnectorOutputArgs, opts ...InvokeOption) LookupCustomConnectorResultOutput> Note: This function is named LookupCustomConnector in the Go SDK.
public static class GetCustomConnector
{
public static Task<GetCustomConnectorResult> InvokeAsync(GetCustomConnectorArgs args, InvokeOptions? opts = null)
public static Output<GetCustomConnectorResult> Invoke(GetCustomConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCustomConnectorResult> getCustomConnector(GetCustomConnectorArgs args, InvokeOptions options)
public static Output<GetCustomConnectorResult> getCustomConnector(GetCustomConnectorArgs args, InvokeOptions options)
fn::invoke:
function: google-native:connectors/v1:getCustomConnector
arguments:
# arguments dictionaryThe following arguments are supported:
- Custom
Connector stringId - Project string
- Custom
Connector stringId - Project string
- custom
Connector StringId - project String
- custom
Connector stringId - project string
- custom_
connector_ strid - project str
- custom
Connector StringId - project String
getCustomConnector Result
The following output properties are available:
- Create
Time string - Created time.
- Custom
Connector stringType - Type of the custom connector.
- Description string
- Optional. Description of the resource.
- Display
Name string - Optional. Display name.
- Labels Dictionary<string, string>
- Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- Launch
Stage string - Launch stage.
- Logo string
- Optional. Logo of the resource.
- Name string
- Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
- Update
Time string - Updated time.
- Create
Time string - Created time.
- Custom
Connector stringType - Type of the custom connector.
- Description string
- Optional. Description of the resource.
- Display
Name string - Optional. Display name.
- Labels map[string]string
- Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- Launch
Stage string - Launch stage.
- Logo string
- Optional. Logo of the resource.
- Name string
- Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
- Update
Time string - Updated time.
- create
Time String - Created time.
- custom
Connector StringType - Type of the custom connector.
- description String
- Optional. Description of the resource.
- display
Name String - Optional. Display name.
- labels Map<String,String>
- Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- launch
Stage String - Launch stage.
- logo String
- Optional. Logo of the resource.
- name String
- Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
- update
Time String - Updated time.
- create
Time string - Created time.
- custom
Connector stringType - Type of the custom connector.
- description string
- Optional. Description of the resource.
- display
Name string - Optional. Display name.
- labels {[key: string]: string}
- Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- launch
Stage string - Launch stage.
- logo string
- Optional. Logo of the resource.
- name string
- Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
- update
Time string - Updated time.
- create_
time str - Created time.
- custom_
connector_ strtype - Type of the custom connector.
- description str
- Optional. Description of the resource.
- display_
name str - Optional. Display name.
- labels Mapping[str, str]
- Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- launch_
stage str - Launch stage.
- logo str
- Optional. Logo of the resource.
- name str
- Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
- update_
time str - Updated time.
- create
Time String - Created time.
- custom
Connector StringType - Type of the custom connector.
- description String
- Optional. Description of the resource.
- display
Name String - Optional. Display name.
- labels Map<String>
- Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- launch
Stage String - Launch stage.
- logo String
- Optional. Logo of the resource.
- name String
- Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
- update
Time String - Updated time.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
