TelemetryEvaluationForOrganizationState class

Input properties used for looking up and filtering TelemetryEvaluationForOrganization resources.

Constructors

TelemetryEvaluationForOrganizationState({Input<bool?>? allRegions, Input<String?>? failureReason, Input<String?>? homeRegion, Input<String?>? region, Input<List<String>?>? regions, Input<String?>? status, Input<TelemetryEvaluationForOrganizationTimeouts?>? timeouts})
Creates a new TelemetryEvaluationForOrganizationState. allRegions Whether to start telemetry evaluation in all AWS Regions where CloudWatch Observability Admin is available. The current region becomes the home region. Mutually exclusive with regions. failureReason Reason for the failure status. Only populated if status is FAILED_START or FAILED_STOP. homeRegion AWS Region designated as the home region for multi-region telemetry evaluation. Only present when multi-region evaluation is active. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. regions List of AWS Regions to include in multi-region telemetry evaluation. The current region is always implicitly included. Mutually exclusive with allRegions. status Onboarding status of the telemetry config feature for the organization. Valid values: NOT_STARTED, STARTING, FAILED_START, RUNNING, STOPPING, FAILED_STOP, STOPPED. timeouts Optional.
const
TelemetryEvaluationForOrganizationState.fromMap(Map<String, dynamic> map)
factory

Properties

allRegions → Input<bool?>?
Whether to start telemetry evaluation in all AWS Regions where CloudWatch Observability Admin is available. The current region becomes the home region. Mutually exclusive with regions.
final
failureReason → Input<String?>?
Reason for the failure status. Only populated if status is FAILED_START or FAILED_STOP.
final
hashCode → int
The hash code for this object.
no setterinherited
homeRegion → Input<String?>?
AWS Region designated as the home region for multi-region telemetry evaluation. Only present when multi-region evaluation is active.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
regions → Input<List<String>?>?
List of AWS Regions to include in multi-region telemetry evaluation. The current region is always implicitly included. Mutually exclusive with allRegions.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
status → Input<String?>?
Onboarding status of the telemetry config feature for the organization. Valid values: NOT_STARTED, STARTING, FAILED_START, RUNNING, STOPPING, FAILED_STOP, STOPPED.
final
timeouts → Input<TelemetryEvaluationForOrganizationTimeouts?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited