1. Packages
  2. AWS Native
  3. API Docs
  4. apprunner
  5. getObservabilityConfiguration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.apprunner.getObservabilityConfiguration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    The AWS::AppRunner::ObservabilityConfiguration resource is an AWS App Runner resource type that specifies an App Runner observability configuration

    Using getObservabilityConfiguration

    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 getObservabilityConfiguration(args: GetObservabilityConfigurationArgs, opts?: InvokeOptions): Promise<GetObservabilityConfigurationResult>
    function getObservabilityConfigurationOutput(args: GetObservabilityConfigurationOutputArgs, opts?: InvokeOptions): Output<GetObservabilityConfigurationResult>
    def get_observability_configuration(observability_configuration_arn: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetObservabilityConfigurationResult
    def get_observability_configuration_output(observability_configuration_arn: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetObservabilityConfigurationResult]
    func LookupObservabilityConfiguration(ctx *Context, args *LookupObservabilityConfigurationArgs, opts ...InvokeOption) (*LookupObservabilityConfigurationResult, error)
    func LookupObservabilityConfigurationOutput(ctx *Context, args *LookupObservabilityConfigurationOutputArgs, opts ...InvokeOption) LookupObservabilityConfigurationResultOutput

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

    public static class GetObservabilityConfiguration 
    {
        public static Task<GetObservabilityConfigurationResult> InvokeAsync(GetObservabilityConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetObservabilityConfigurationResult> Invoke(GetObservabilityConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetObservabilityConfigurationResult> getObservabilityConfiguration(GetObservabilityConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:apprunner:getObservabilityConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ObservabilityConfigurationArn string
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    ObservabilityConfigurationArn string
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    observabilityConfigurationArn String
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    observabilityConfigurationArn string
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    observability_configuration_arn str
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    observabilityConfigurationArn String
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration

    getObservabilityConfiguration Result

    The following output properties are available:

    Latest bool
    It's set to true for the configuration with the highest Revision among all configurations that share the same Name. It's set to false otherwise.
    ObservabilityConfigurationArn string
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    ObservabilityConfigurationRevision int
    The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName.
    Latest bool
    It's set to true for the configuration with the highest Revision among all configurations that share the same Name. It's set to false otherwise.
    ObservabilityConfigurationArn string
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    ObservabilityConfigurationRevision int
    The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName.
    latest Boolean
    It's set to true for the configuration with the highest Revision among all configurations that share the same Name. It's set to false otherwise.
    observabilityConfigurationArn String
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    observabilityConfigurationRevision Integer
    The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName.
    latest boolean
    It's set to true for the configuration with the highest Revision among all configurations that share the same Name. It's set to false otherwise.
    observabilityConfigurationArn string
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    observabilityConfigurationRevision number
    The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName.
    latest bool
    It's set to true for the configuration with the highest Revision among all configurations that share the same Name. It's set to false otherwise.
    observability_configuration_arn str
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    observability_configuration_revision int
    The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName.
    latest Boolean
    It's set to true for the configuration with the highest Revision among all configurations that share the same Name. It's set to false otherwise.
    observabilityConfigurationArn String
    The Amazon Resource Name (ARN) of this ObservabilityConfiguration
    observabilityConfigurationRevision Number
    The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi