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)
// 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:
- Api
Id string - Entry
Id string - Keyvaluemap
Id string - Organization
Id string
- Api
Id string - Entry
Id string - Keyvaluemap
Id string - Organization
Id string
- api
Id String - entry
Id String - keyvaluemap
Id String - organization
Id String
- api
Id string - entry
Id string - keyvaluemap
Id string - organization
Id string
- api_
id str - entry_
id str - keyvaluemap_
id str - organization_
id str
- api
Id String - entry
Id String - keyvaluemap
Id String - organization
Id 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.