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.getOverride
Explore with Pulumi AI
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
Gets a trace configuration override.
Using getOverride
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 getOverride(args: GetOverrideArgs, opts?: InvokeOptions): Promise<GetOverrideResult>
function getOverrideOutput(args: GetOverrideOutputArgs, opts?: InvokeOptions): Output<GetOverrideResult>def get_override(environment_id: Optional[str] = None,
                 organization_id: Optional[str] = None,
                 override_id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetOverrideResult
def get_override_output(environment_id: Optional[pulumi.Input[str]] = None,
                 organization_id: Optional[pulumi.Input[str]] = None,
                 override_id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetOverrideResult]func LookupOverride(ctx *Context, args *LookupOverrideArgs, opts ...InvokeOption) (*LookupOverrideResult, error)
func LookupOverrideOutput(ctx *Context, args *LookupOverrideOutputArgs, opts ...InvokeOption) LookupOverrideResultOutput> Note: This function is named LookupOverride in the Go SDK.
public static class GetOverride 
{
    public static Task<GetOverrideResult> InvokeAsync(GetOverrideArgs args, InvokeOptions? opts = null)
    public static Output<GetOverrideResult> Invoke(GetOverrideInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOverrideResult> getOverride(GetOverrideArgs args, InvokeOptions options)
public static Output<GetOverrideResult> getOverride(GetOverrideArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:apigee/v1:getOverride
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Environment
Id string - Organization
Id string - Override
Id string 
- Environment
Id string - Organization
Id string - Override
Id string 
- environment
Id String - organization
Id String - override
Id String 
- environment
Id string - organization
Id string - override
Id string 
- environment_
id str - organization_
id str - override_
id str 
- environment
Id String - organization
Id String - override
Id String 
getOverride Result
The following output properties are available:
- Api
Proxy string - ID of the API proxy that will have its trace configuration overridden.
 - Name string
 - ID of the trace configuration override specified as a system-generated UUID.
 - Sampling
Config Pulumi.Google Native. Apigee. V1. Outputs. Google Cloud Apigee V1Trace Sampling Config Response  - Trace configuration to override.
 
- Api
Proxy string - ID of the API proxy that will have its trace configuration overridden.
 - Name string
 - ID of the trace configuration override specified as a system-generated UUID.
 - Sampling
Config GoogleCloud Apigee V1Trace Sampling Config Response  - Trace configuration to override.
 
- api
Proxy String - ID of the API proxy that will have its trace configuration overridden.
 - name String
 - ID of the trace configuration override specified as a system-generated UUID.
 - sampling
Config GoogleCloud Apigee V1Trace Sampling Config Response  - Trace configuration to override.
 
- api
Proxy string - ID of the API proxy that will have its trace configuration overridden.
 - name string
 - ID of the trace configuration override specified as a system-generated UUID.
 - sampling
Config GoogleCloud Apigee V1Trace Sampling Config Response  - Trace configuration to override.
 
- api_
proxy str - ID of the API proxy that will have its trace configuration overridden.
 - name str
 - ID of the trace configuration override specified as a system-generated UUID.
 - sampling_
config GoogleCloud Apigee V1Trace Sampling Config Response  - Trace configuration to override.
 
- api
Proxy String - ID of the API proxy that will have its trace configuration overridden.
 - name String
 - ID of the trace configuration override specified as a system-generated UUID.
 - sampling
Config Property Map - Trace configuration to override.
 
Supporting Types
GoogleCloudApigeeV1TraceSamplingConfigResponse      
- Sampler string
 - Sampler of distributed tracing. OFF is the default value.
 - Sampling
Rate double - Field sampling rate. This value is only applicable when using the PROBABILITY sampler. The supported values are > 0 and <= 0.5.
 
- Sampler string
 - Sampler of distributed tracing. OFF is the default value.
 - Sampling
Rate float64 - Field sampling rate. This value is only applicable when using the PROBABILITY sampler. The supported values are > 0 and <= 0.5.
 
- sampler String
 - Sampler of distributed tracing. OFF is the default value.
 - sampling
Rate Double - Field sampling rate. This value is only applicable when using the PROBABILITY sampler. The supported values are > 0 and <= 0.5.
 
- sampler string
 - Sampler of distributed tracing. OFF is the default value.
 - sampling
Rate number - Field sampling rate. This value is only applicable when using the PROBABILITY sampler. The supported values are > 0 and <= 0.5.
 
- sampler str
 - Sampler of distributed tracing. OFF is the default value.
 - sampling_
rate float - Field sampling rate. This value is only applicable when using the PROBABILITY sampler. The supported values are > 0 and <= 0.5.
 
- sampler String
 - Sampler of distributed tracing. OFF is the default value.
 - sampling
Rate Number - Field sampling rate. This value is only applicable when using the PROBABILITY sampler. The supported values are > 0 and <= 0.5.
 
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.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi