aiven.getGcpPrivatelink
Explore with Pulumi AI
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
- Service
Name string
- Project string
- Service
Name string
- project String
- service
Name String
- project string
- service
Name string
- project str
- service_
name str
- project String
- service
Name String
getGcpPrivatelink Result
The following output properties are available:
- Google
Service stringAttachment - Id string
The provider-assigned unique ID for this managed resource.
- Message string
- Project string
- Service
Name string - State string
- Google
Service stringAttachment - Id string
The provider-assigned unique ID for this managed resource.
- Message string
- Project string
- Service
Name string - State string
- google
Service StringAttachment - id String
The provider-assigned unique ID for this managed resource.
- message String
- project String
- service
Name String - state String
- google
Service stringAttachment - id string
The provider-assigned unique ID for this managed resource.
- message string
- project string
- service
Name string - state string
- google_
service_ strattachment - id str
The provider-assigned unique ID for this managed resource.
- message str
- project str
- service_
name str - state str
- google
Service StringAttachment - id String
The provider-assigned unique ID for this managed resource.
- message String
- project String
- service
Name 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.