Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.apigee/v1.getEntry
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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)
public static Output<GetEntryResult> getEntry(GetEntryArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:apigee/v1:getEntry
  arguments:
    # arguments dictionaryThe 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
- api_id str
- entry_id str
- keyvaluemap_id str
- organization_id str
- apiId String
- entryId String
- keyvaluemapId String
- organizationId String
getEntry Result
The following output properties are available:
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.