1. Packages
  2. Aiven
  3. API Docs
  4. getGcpPrivatelink
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

aiven.getGcpPrivatelink

Explore with Pulumi AI

aiven logo
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

    Using getGcpPrivatelink

    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 getGcpPrivatelink(args: GetGcpPrivatelinkArgs, opts?: InvokeOptions): Promise<GetGcpPrivatelinkResult>
    function getGcpPrivatelinkOutput(args: GetGcpPrivatelinkOutputArgs, opts?: InvokeOptions): Output<GetGcpPrivatelinkResult>
    def get_gcp_privatelink(project: Optional[str] = None,
                            service_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetGcpPrivatelinkResult
    def get_gcp_privatelink_output(project: Optional[pulumi.Input[str]] = None,
                            service_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetGcpPrivatelinkResult]
    func LookupGcpPrivatelink(ctx *Context, args *LookupGcpPrivatelinkArgs, opts ...InvokeOption) (*LookupGcpPrivatelinkResult, error)
    func LookupGcpPrivatelinkOutput(ctx *Context, args *LookupGcpPrivatelinkOutputArgs, opts ...InvokeOption) LookupGcpPrivatelinkResultOutput

    > Note: This function is named LookupGcpPrivatelink in the Go SDK.

    public static class GetGcpPrivatelink 
    {
        public static Task<GetGcpPrivatelinkResult> InvokeAsync(GetGcpPrivatelinkArgs args, InvokeOptions? opts = null)
        public static Output<GetGcpPrivatelinkResult> Invoke(GetGcpPrivatelinkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGcpPrivatelinkResult> getGcpPrivatelink(GetGcpPrivatelinkArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aiven:index/getGcpPrivatelink:getGcpPrivatelink
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Project string
    ServiceName string
    Project string
    ServiceName string
    project String
    serviceName String
    project string
    serviceName string
    project String
    serviceName String

    getGcpPrivatelink Result

    The following output properties are available:

    GoogleServiceAttachment string
    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    Project string
    ServiceName string
    State string
    GoogleServiceAttachment string
    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    Project string
    ServiceName string
    State string
    googleServiceAttachment String
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    project String
    serviceName String
    state String
    googleServiceAttachment string
    id string
    The provider-assigned unique ID for this managed resource.
    message string
    project string
    serviceName string
    state string
    google_service_attachment str
    id str
    The provider-assigned unique ID for this managed resource.
    message str
    project str
    service_name str
    state str
    googleServiceAttachment String
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    project String
    serviceName String
    state String

    Package Details

    Repository
    Aiven pulumi/pulumi-aiven
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aiven Terraform Provider.
    aiven logo
    Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi