Interface CfnTelemetryRulePropsMixin.RegionStatusProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTelemetryRulePropsMixin.RegionStatusProperty.Jsii$Proxy
Enclosing class:
CfnTelemetryRulePropsMixin

@Stability(Stable) public static interface CfnTelemetryRulePropsMixin.RegionStatusProperty extends software.amazon.jsii.JsiiSerializable
Status of a telemetry rule in a specific region.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.*;
 RegionStatusProperty regionStatusProperty = RegionStatusProperty.builder()
         .region("region")
         .ruleArn("ruleArn")
         .status("status")
         .build();
 

See Also: