/AWS1/CL_CWOGETTELRULEOUTPUT¶
GetTelemetryRuleOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_rulename TYPE /AWS1/CWORULENAME /AWS1/CWORULENAME¶
The name of the telemetry rule.
iv_rulearn TYPE /AWS1/CWORESOURCEARN /AWS1/CWORESOURCEARN¶
The Amazon Resource Name (ARN) of the telemetry rule.
iv_createdtimestamp TYPE /AWS1/CWOLONG /AWS1/CWOLONG¶
The timestamp when the telemetry rule was created.
iv_lastupdatetimestamp TYPE /AWS1/CWOLONG /AWS1/CWOLONG¶
The timestamp when the telemetry rule was last updated.
io_telemetryrule TYPE REF TO /AWS1/CL_CWOTELEMETRYRULE /AWS1/CL_CWOTELEMETRYRULE¶
The configuration details of the telemetry rule.
iv_homeregion TYPE /AWS1/CWOREGION /AWS1/CWOREGION¶
The Amazon Web Services Region where the telemetry rule was originally created. For replicated rules in spoke regions, this indicates the region that manages the rule. For rules created without multi-region scope, this field is not present.
iv_isreplicated TYPE /AWS1/CWOISREPLICATED /AWS1/CWOISREPLICATED¶
Indicates whether this telemetry rule is a replica that was created in this region through multi-region fan-out from the home region. Replicated rules cannot be directly updated or deleted in the spoke region. To modify a replicated rule, make changes in the home region.
it_regionstatuses TYPE /AWS1/CL_CWOREGIONSTATUS=>TT_REGIONSTATUSES TT_REGIONSTATUSES¶
A list of per-region replication statuses for the telemetry rule. Each entry indicates the replication status of the rule in a specific spoke region. This field is only present for rules created with multi-region scope.
Queryable Attributes¶
RuleName¶
The name of the telemetry rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULENAME() |
Getter for RULENAME, with configurable default |
ASK_RULENAME() |
Getter for RULENAME w/ exceptions if field has no value |
HAS_RULENAME() |
Determine if RULENAME has a value |
RuleArn¶
The Amazon Resource Name (ARN) of the telemetry rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEARN() |
Getter for RULEARN, with configurable default |
ASK_RULEARN() |
Getter for RULEARN w/ exceptions if field has no value |
HAS_RULEARN() |
Determine if RULEARN has a value |
CreatedTimeStamp¶
The timestamp when the telemetry rule was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
LastUpdateTimeStamp¶
The timestamp when the telemetry rule was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATETIMESTAMP() |
Getter for LASTUPDATETIMESTAMP, with configurable default |
ASK_LASTUPDATETIMESTAMP() |
Getter for LASTUPDATETIMESTAMP w/ exceptions if field has no |
HAS_LASTUPDATETIMESTAMP() |
Determine if LASTUPDATETIMESTAMP has a value |
TelemetryRule¶
The configuration details of the telemetry rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TELEMETRYRULE() |
Getter for TELEMETRYRULE |
HomeRegion¶
The Amazon Web Services Region where the telemetry rule was originally created. For replicated rules in spoke regions, this indicates the region that manages the rule. For rules created without multi-region scope, this field is not present.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOMEREGION() |
Getter for HOMEREGION, with configurable default |
ASK_HOMEREGION() |
Getter for HOMEREGION w/ exceptions if field has no value |
HAS_HOMEREGION() |
Determine if HOMEREGION has a value |
IsReplicated¶
Indicates whether this telemetry rule is a replica that was created in this region through multi-region fan-out from the home region. Replicated rules cannot be directly updated or deleted in the spoke region. To modify a replicated rule, make changes in the home region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISREPLICATED() |
Getter for ISREPLICATED, with configurable default |
ASK_ISREPLICATED() |
Getter for ISREPLICATED w/ exceptions if field has no value |
HAS_ISREPLICATED() |
Determine if ISREPLICATED has a value |
RegionStatuses¶
A list of per-region replication statuses for the telemetry rule. Each entry indicates the replication status of the rule in a specific spoke region. This field is only present for rules created with multi-region scope.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONSTATUSES() |
Getter for REGIONSTATUSES, with configurable default |
ASK_REGIONSTATUSES() |
Getter for REGIONSTATUSES w/ exceptions if field has no valu |
HAS_REGIONSTATUSES() |
Determine if REGIONSTATUSES has a value |