We recommend new projects start with resources from the AWS provider.
aws-native.apprunner.getObservabilityConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- Observability
Configuration stringArn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- Observability
Configuration stringArn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- observability
Configuration StringArn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- observability
Configuration stringArn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- observability_
configuration_ strarn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- observability
Configuration StringArn - 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.
- Observability
Configuration stringArn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- Observability
Configuration intRevision - 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 stringArn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- Observability
Configuration intRevision - 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.
- observability
Configuration StringArn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- observability
Configuration IntegerRevision - 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.
- observability
Configuration stringArn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- observability
Configuration numberRevision - 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_ strarn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- observability_
configuration_ intrevision - 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.
- observability
Configuration StringArn - The Amazon Resource Name (ARN) of this ObservabilityConfiguration
- observability
Configuration NumberRevision - 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
We recommend new projects start with resources from the AWS provider.