Interface CfnOrganizationTelemetryRulePropsMixin.RegionStatusProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOrganizationTelemetryRulePropsMixin.RegionStatusProperty.Jsii$Proxy
- Enclosing class:
CfnOrganizationTelemetryRulePropsMixin
@Stability(Stable)
public static interface CfnOrganizationTelemetryRulePropsMixin.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 classstatic final classAn implementation forCfnOrganizationTelemetryRulePropsMixin.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
@Stability(Stable) static CfnOrganizationTelemetryRulePropsMixin.RegionStatusProperty.Builder builder()
-