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

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.getEnvironmentEntry

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 getEnvironmentEntry

    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 getEnvironmentEntry(args: GetEnvironmentEntryArgs, opts?: InvokeOptions): Promise<GetEnvironmentEntryResult>
    function getEnvironmentEntryOutput(args: GetEnvironmentEntryOutputArgs, opts?: InvokeOptions): Output<GetEnvironmentEntryResult>
    def get_environment_entry(entry_id: Optional[str] = None,
                              environment_id: Optional[str] = None,
                              keyvaluemap_id: Optional[str] = None,
                              organization_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetEnvironmentEntryResult
    def get_environment_entry_output(entry_id: Optional[pulumi.Input[str]] = None,
                              environment_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[GetEnvironmentEntryResult]
    func LookupEnvironmentEntry(ctx *Context, args *LookupEnvironmentEntryArgs, opts ...InvokeOption) (*LookupEnvironmentEntryResult, error)
    func LookupEnvironmentEntryOutput(ctx *Context, args *LookupEnvironmentEntryOutputArgs, opts ...InvokeOption) LookupEnvironmentEntryResultOutput

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

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

    The following arguments are supported:

    getEnvironmentEntry 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