public static interface ServiceObservabilityConfiguration.Builder extends SdkPojo, CopyableBuilder<ServiceObservabilityConfiguration.Builder,ServiceObservabilityConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ServiceObservabilityConfiguration.Builder |
observabilityConfigurationArn(String observabilityConfigurationArn)
The Amazon Resource Name (ARN) of the observability configuration that is associated with the service.
|
ServiceObservabilityConfiguration.Builder |
observabilityEnabled(Boolean observabilityEnabled)
When
true, an observability configuration resource is associated with the service, and an
ObservabilityConfigurationArn is specified. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceObservabilityConfiguration.Builder observabilityEnabled(Boolean observabilityEnabled)
When true, an observability configuration resource is associated with the service, and an
ObservabilityConfigurationArn is specified.
observabilityEnabled - When true, an observability configuration resource is associated with the service, and an
ObservabilityConfigurationArn is specified.ServiceObservabilityConfiguration.Builder observabilityConfigurationArn(String observabilityConfigurationArn)
The Amazon Resource Name (ARN) of the observability configuration that is associated with the service.
Specified only when ObservabilityEnabled is true.
Specify an ARN with a name and a revision number to associate that revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3
Specify just the name to associate the latest revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing
observabilityConfigurationArn - The Amazon Resource Name (ARN) of the observability configuration that is associated with the service.
Specified only when ObservabilityEnabled is true.
Specify an ARN with a name and a revision number to associate that revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3
Specify just the name to associate the latest revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing
Copyright © 2022. All rights reserved.