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< ? regions, Input<String> ?>String?> ? status, Input<TelemetryEvaluationForOrganizationTimeouts?> ? timeouts}) -
Creates a new TelemetryEvaluationForOrganizationState.
allRegionsWhether to start telemetry evaluation in all AWS Regions where CloudWatch Observability Admin is available. The current region becomes the home region. Mutually exclusive withregions.failureReasonReason for the failure status. Only populated ifstatusisFAILED_STARTorFAILED_STOP.homeRegionAWS Region designated as the home region for multi-region telemetry evaluation. Only present when multi-region evaluation is active.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.regionsList of AWS Regions to include in multi-region telemetry evaluation. The current region is always implicitly included. Mutually exclusive withallRegions.statusOnboarding status of the telemetry config feature for the organization. Valid values:NOT_STARTED,STARTING,FAILED_START,RUNNING,STOPPING,FAILED_STOP,STOPPED.timeoutsOptional.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
statusisFAILED_STARTorFAILED_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