Class CfnServicePropsMixin.ServiceObservabilityConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.ServiceObservabilityConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.ServiceObservabilityConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.ServiceObservabilityConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.ServiceObservabilityConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.ServiceObservabilityConfigurationProperty
An implementation for
CfnServicePropsMixin.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.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.ServiceObservabilityConfigurationProperty
CfnServicePropsMixin.ServiceObservabilityConfigurationProperty.Builder, CfnServicePropsMixin.ServiceObservabilityConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.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
protected Jsii$Proxy(CfnServicePropsMixin.ServiceObservabilityConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.ServiceObservabilityConfigurationProperty.Builder.
-
-
Method Details
-
getObservabilityConfigurationArn
Description copied from interface:CfnServicePropsMixin.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 interfaceCfnServicePropsMixin.ServiceObservabilityConfigurationProperty- See Also:
-
getObservabilityEnabled
Description copied from interface:CfnServicePropsMixin.ServiceObservabilityConfigurationPropertyWhentrue, an observability configuration resource is associated with the service, and anObservabilityConfigurationArnis specified.Returns union: either
BooleanorIResolvable- Specified by:
getObservabilityEnabledin interfaceCfnServicePropsMixin.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()
-