Interface CfnOrganizationTelemetryRule.IRegionStatusProperty
Status of a telemetry rule in a specific region.
Namespace: Amazon.CDK.AWS.ObservabilityAdmin
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnOrganizationTelemetryRule.IRegionStatusProperty
Syntax (vb)
Public Interface CfnOrganizationTelemetryRule.IRegionStatusProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ObservabilityAdmin;
var regionStatusProperty = new RegionStatusProperty {
Region = "region",
RuleArn = "ruleArn",
Status = "status"
};
Synopsis
Properties
| Region | The AWS region code. |
| RuleArn | The ARN of the rule in this region. |
| Status | The replication status of the rule in this region. |
Properties
Region
The AWS region code.
string? Region { get; }
Property Value
Remarks
RuleArn
The ARN of the rule in this region.
string? RuleArn { get; }
Property Value
Remarks
Status
The replication status of the rule in this region.
string? Status { get; }