Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-regionstatus.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-regionstatus.html#cfn-observabilityadmin-organizationtelemetryrule-regionstatus-region

RuleArn

The ARN of the rule in this region.

string? RuleArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-regionstatus.html#cfn-observabilityadmin-organizationtelemetryrule-regionstatus-rulearn

Status

The replication status of the rule in this region.

string? Status { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-regionstatus.html#cfn-observabilityadmin-organizationtelemetryrule-regionstatus-status

Back to top Generated by DocFX