@Stability(value=Stable) @Internal public static final class CfnObservabilityConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnObservabilityConfigurationProps
CfnObservabilityConfigurationProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnObservabilityConfigurationProps.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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
DefaultConfiguration
is 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 CfnObservabilityConfigurationProps
public final List<CfnTag> getTags()
CfnObservabilityConfigurationProps
A tag is a key-value pair.
getTags
in interface CfnObservabilityConfigurationProps
public final Object getTraceConfiguration()
CfnObservabilityConfigurationProps
If 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.JsiiSerializable
Copyright © 2022. All rights reserved.