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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnService.ServiceObservabilityConfigurationProperty
CfnService.ServiceObservabilityConfigurationProperty.Builder, CfnService.ServiceObservabilityConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.ServiceObservabilityConfigurationProperty.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 StringThe Amazon Resource Name (ARN) of the observability configuration that is associated with the service.final ObjectWhentrue, an observability configuration resource is associated with the service, and anObservabilityConfigurationArnis specified.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 theCfnService.ServiceObservabilityConfigurationProperty.Builder.
-
-
Method Details
-
getObservabilityEnabled
Description copied from interface:CfnService.ServiceObservabilityConfigurationPropertyWhentrue, an observability configuration resource is associated with the service, and anObservabilityConfigurationArnis specified.Returns union: either
BooleanorIResolvable- Specified by:
getObservabilityEnabledin interfaceCfnService.ServiceObservabilityConfigurationProperty- See Also:
-
getObservabilityConfigurationArn
Description copied from interface:CfnService.ServiceObservabilityConfigurationPropertyThe Amazon Resource Name (ARN) of the observability configuration that is associated with the service.Specified only when
ObservabilityEnabledistrue.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/3Specify just the name to associate the latest revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing- Specified by:
getObservabilityConfigurationArnin interfaceCfnService.ServiceObservabilityConfigurationProperty- 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()
-