Class CfnObservabilityConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnObservabilityConfigurationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnObservabilityConfigurationProps
CfnObservabilityConfigurationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnObservabilityConfigurationProps
CfnObservabilityConfigurationProps.Builder, CfnObservabilityConfigurationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnObservabilityConfigurationProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A name for the observability configuration.getTags()
A list of metadata items that you can associate with your observability configuration resource.final Object
The configuration of the tracing feature within this observability configuration.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnObservabilityConfigurationProps.Builder
.
-
-
Method Details
-
getObservabilityConfigurationName
Description copied from interface:CfnObservabilityConfigurationProps
A name for the observability configuration.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.
- Specified by:
getObservabilityConfigurationName
in interfaceCfnObservabilityConfigurationProps
-
getTags
Description copied from interface:CfnObservabilityConfigurationProps
A list of metadata items that you can associate with your observability configuration resource.A tag is a key-value pair.
- Specified by:
getTags
in interfaceCfnObservabilityConfigurationProps
-
getTraceConfiguration
Description copied from interface:CfnObservabilityConfigurationProps
The configuration of the tracing feature within this observability configuration.If you don't specify it, App Runner doesn't enable tracing.
- Specified by:
getTraceConfiguration
in interfaceCfnObservabilityConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-