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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnObservabilityConfigurationProps
CfnObservabilityConfigurationProps.Builder, CfnObservabilityConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnObservabilityConfigurationProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA name for the observability configuration.getTags()A list of metadata items that you can associate with your observability configuration resource.final ObjectThe configuration of the tracing feature within this observability configuration.final inthashCode()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:CfnObservabilityConfigurationPropsA name for the observability configuration.When you use it for the first time in an AWS Region , App Runner creates revision number
1of 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.
- Specified by:
getObservabilityConfigurationNamein interfaceCfnObservabilityConfigurationProps- See Also:
-
getTags
Description copied from interface:CfnObservabilityConfigurationPropsA list of metadata items that you can associate with your observability configuration resource.A tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnObservabilityConfigurationProps- See Also:
-
getTraceConfiguration
Description copied from interface:CfnObservabilityConfigurationPropsThe configuration of the tracing feature within this observability configuration.If you don't specify it, App Runner doesn't enable tracing.
Returns union: either
IResolvableorCfnObservabilityConfiguration.TraceConfigurationProperty- Specified by:
getTraceConfigurationin interfaceCfnObservabilityConfigurationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-