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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTelemetryRulePropsMixin.RegionStatusPropertystatic final classAn implementation forCfnTelemetryRulePropsMixin.RegionStatusProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRegion
The AWS region code.- See Also:
-
getRuleArn
The ARN of the rule in this region.- See Also:
-
getStatus
The replication status of the rule in this region.- See Also:
-
builder
-