Class CfnService.ServiceObservabilityConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.ServiceObservabilityConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.ServiceObservabilityConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.ServiceObservabilityConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.ServiceObservabilityConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.ServiceObservabilityConfigurationProperty
An implementation for
CfnService.ServiceObservabilityConfigurationProperty
-
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.CfnService.ServiceObservabilityConfigurationProperty
CfnService.ServiceObservabilityConfigurationProperty.Builder, CfnService.ServiceObservabilityConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.ServiceObservabilityConfigurationProperty.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
The Amazon Resource Name (ARN) of the observability configuration that is associated with the service.final Object
Whentrue
, an observability configuration resource is associated with the service, and anObservabilityConfigurationArn
is specified.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 theCfnService.ServiceObservabilityConfigurationProperty.Builder
.
-
-
Method Details
-
getObservabilityEnabled
Description copied from interface:CfnService.ServiceObservabilityConfigurationProperty
Whentrue
, an observability configuration resource is associated with the service, and anObservabilityConfigurationArn
is specified.- Specified by:
getObservabilityEnabled
in interfaceCfnService.ServiceObservabilityConfigurationProperty
-
getObservabilityConfigurationArn
Description copied from interface:CfnService.ServiceObservabilityConfigurationProperty
The Amazon Resource Name (ARN) of the observability configuration that is associated with the service.Specified only when
ObservabilityEnabled
istrue
.Specify an ARN with a name and a revision number to associate that revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3
Specify just the name to associate the latest revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing
- Specified by:
getObservabilityConfigurationArn
in interfaceCfnService.ServiceObservabilityConfigurationProperty
-
$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()
-