ObservabilityConfigurationSummary
Provides summary information about an AWS App Runner observability configuration resource.
This type contains limited information about an observability configuration. It includes only identification information, without configuration details. It's returned by the ListObservabilityConfigurations action. Complete configuration information is returned by the CreateObservabilityConfiguration, DescribeObservabilityConfiguration, and DeleteObservabilityConfiguration actions using the ObservabilityConfiguration type.
Contents
- ObservabilityConfigurationArn
-
The Amazon Resource Name (ARN) of this observability configuration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1011.
Pattern:
arn:aws(-[\w]+)*:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[0-9]{12}:(\w|\/|-){1,1011}
Required: No
- ObservabilityConfigurationName
-
The customer-provided observability configuration name. It can be used in multiple revisions of a configuration.
Type: String
Length Constraints: Minimum length of 4. Maximum length of 32.
Pattern:
[A-Za-z0-9][A-Za-z0-9\-_]{3,31}
Required: No
- ObservabilityConfigurationRevision
-
The revision of this observability configuration. It's unique among all the active configurations (
"Status": "ACTIVE"
) that share the sameObservabilityConfigurationName
.Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: