@Stability(value=Stable) @Internal public static final class CfnObservabilityConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnObservabilityConfigurationProps
CfnObservabilityConfigurationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnObservabilityConfigurationProps.Builder, CfnObservabilityConfigurationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnObservabilityConfigurationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnObservabilityConfigurationProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getObservabilityConfigurationName()
A name for the observability configuration.
|
List<CfnTag> |
getTags()
A list of metadata items that you can associate with your observability configuration resource.
|
Object |
getTraceConfiguration()
The configuration of the tracing feature within this observability configuration.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnObservabilityConfigurationProps.Builder builder)
CfnObservabilityConfigurationProps.Builder.public final String getObservabilityConfigurationName()
CfnObservabilityConfigurationProps
When you use it for the first time in an AWS Region , App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration.
The name
DefaultConfigurationis reserved. You can't use it to create a new observability configuration, and you can't create a revision of it.When you want to use your own observability configuration for your App Runner service, create a configuration with a different name , and then provide it when you create or update your service.
If you don't specify a name, AWS CloudFormation generates a name for your observability configuration.
getObservabilityConfigurationName in interface CfnObservabilityConfigurationPropspublic final List<CfnTag> getTags()
CfnObservabilityConfigurationPropsA tag is a key-value pair.
getTags in interface CfnObservabilityConfigurationPropspublic final Object getTraceConfiguration()
CfnObservabilityConfigurationPropsIf you don't specify it, App Runner doesn't enable tracing.
getTraceConfiguration in interface CfnObservabilityConfigurationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.