1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. getEntry

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.apigee/v1.getEntry

Explore with Pulumi AI

google-native logo

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

    Get the key value entry value for a key value map scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher.

    Using getEntry

    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 getEntry(args: GetEntryArgs, opts?: InvokeOptions): Promise<GetEntryResult>
    function getEntryOutput(args: GetEntryOutputArgs, opts?: InvokeOptions): Output<GetEntryResult>
    def get_entry(api_id: Optional[str] = None,
                  entry_id: Optional[str] = None,
                  keyvaluemap_id: Optional[str] = None,
                  organization_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetEntryResult
    def get_entry_output(api_id: Optional[pulumi.Input[str]] = None,
                  entry_id: Optional[pulumi.Input[str]] = None,
                  keyvaluemap_id: Optional[pulumi.Input[str]] = None,
                  organization_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetEntryResult]
    func LookupEntry(ctx *Context, args *LookupEntryArgs, opts ...InvokeOption) (*LookupEntryResult, error)
    func LookupEntryOutput(ctx *Context, args *LookupEntryOutputArgs, opts ...InvokeOption) LookupEntryResultOutput

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

    public static class GetEntry 
    {
        public static Task<GetEntryResult> InvokeAsync(GetEntryArgs args, InvokeOptions? opts = null)
        public static Output<GetEntryResult> Invoke(GetEntryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEntryResult> getEntry(GetEntryArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:apigee/v1:getEntry
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApiId string
    EntryId string
    KeyvaluemapId string
    OrganizationId string
    ApiId string
    EntryId string
    KeyvaluemapId string
    OrganizationId string
    apiId String
    entryId String
    keyvaluemapId String
    organizationId String
    apiId string
    entryId string
    keyvaluemapId string
    organizationId string
    apiId String
    entryId String
    keyvaluemapId String
    organizationId String

    getEntry Result

    The following output properties are available:

    Name string
    Resource URI that can be used to identify the scope of the key value map entries.
    Value string
    Data or payload that is being retrieved and associated with the unique key.
    Name string
    Resource URI that can be used to identify the scope of the key value map entries.
    Value string
    Data or payload that is being retrieved and associated with the unique key.
    name String
    Resource URI that can be used to identify the scope of the key value map entries.
    value String
    Data or payload that is being retrieved and associated with the unique key.
    name string
    Resource URI that can be used to identify the scope of the key value map entries.
    value string
    Data or payload that is being retrieved and associated with the unique key.
    name str
    Resource URI that can be used to identify the scope of the key value map entries.
    value str
    Data or payload that is being retrieved and associated with the unique key.
    name String
    Resource URI that can be used to identify the scope of the key value map entries.
    value String
    Data or payload that is being retrieved and associated with the unique key.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    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