Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.apigee/v1.getEnvironmentEntry
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 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:
- Entry
Id string - Environment
Id string - Keyvaluemap
Id string - Organization
Id string
- Entry
Id string - Environment
Id string - Keyvaluemap
Id string - Organization
Id string
- entry
Id String - environment
Id String - keyvaluemap
Id String - organization
Id String
- entry
Id string - environment
Id string - keyvaluemap
Id string - organization
Id string
- entry_
id str - environment_
id str - keyvaluemap_
id str - organization_
id str
- entry
Id String - environment
Id String - keyvaluemap
Id String - organization
Id String
getEnvironmentEntry 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.