CloudWatchObservabilityAdminService module#
Index > CloudWatchObservabilityAdminService
Auto-generated documentation for CloudWatchObservabilityAdminService type annotations stubs module mypy-boto3-observabilityadmin.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3 package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.42.3' mypy-boto3-builder - Select
boto3-stubsAWS SDK. - Add
CloudWatchObservabilityAdminServiceservice. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start command.
Click Modify and select boto3 common and CloudWatchObservabilityAdminService.
From PyPI with pip#
Install boto3-stubs for CloudWatchObservabilityAdminService service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[observabilityadmin]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[observabilityadmin]'
# standalone installation
python -m pip install mypy-boto3-observabilityadmin
How to uninstall#
python -m pip uninstall -y mypy-boto3-observabilityadmin
Usage#
Code samples can be found in Examples.
CloudWatchObservabilityAdminServiceClient#
Type annotations and code completion for boto3.client("observabilityadmin") as CloudWatchObservabilityAdminServiceClient
boto3 documentation
# CloudWatchObservabilityAdminServiceClient usage example
from boto3.session import Session
from mypy_boto3_observabilityadmin.client import CloudWatchObservabilityAdminServiceClient
def get_client() -> CloudWatchObservabilityAdminServiceClient:
return Session().client("observabilityadmin")
Paginators#
Type annotations and code completion for paginators
from boto3.client("observabilityadmin").get_paginator("...").
# ListCentralizationRulesForOrganizationPaginator usage example
from boto3.session import Session
from mypy_boto3_observabilityadmin.paginator import ListCentralizationRulesForOrganizationPaginator
def get_list_centralization_rules_for_organization_paginator() -> ListCentralizationRulesForOrganizationPaginator:
return Session().client("observabilityadmin").get_paginator("list_centralization_rules_for_organization"))
- ListCentralizationRulesForOrganizationPaginator
- ListResourceTelemetryForOrganizationPaginator
- ListResourceTelemetryPaginator
- ListS3TableIntegrationsPaginator
- ListTelemetryPipelinesPaginator
- ListTelemetryRulesForOrganizationPaginator
- ListTelemetryRulesPaginator
Literals#
Type annotations for literals used in methods and schema.
# ActionType usage example
from mypy_boto3_observabilityadmin.literals import ActionType
def get_value() -> ActionType:
return "ALLOW"
- ActionType
- CentralizationFailureReasonType
- DestinationTypeType
- EncryptedLogGroupStrategyType
- EncryptionConflictResolutionStrategyType
- EncryptionStrategyType
- FilterBehaviorType
- FilterRequirementType
- IntegrationStatusType
- ListCentralizationRulesForOrganizationPaginatorName
- ListResourceTelemetryForOrganizationPaginatorName
- ListResourceTelemetryPaginatorName
- ListS3TableIntegrationsPaginatorName
- ListTelemetryPipelinesPaginatorName
- ListTelemetryRulesForOrganizationPaginatorName
- ListTelemetryRulesPaginatorName
- LogTypeType
- OutputFormatType
- RecordFormatType
- ResourceTypeType
- RuleHealthType
- SSEAlgorithmType
- StatusType
- TelemetryEnrichmentStatusType
- TelemetryPipelineStatusType
- TelemetrySourceTypeType
- TelemetryStateType
- TelemetryTypeType
- WAFLogTypeType
- CloudWatchObservabilityAdminServiceServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- ActionConditionTypeDef
- AdvancedFieldSelectorOutputTypeDef
- AdvancedFieldSelectorTypeDef
- SourceLogsConfigurationTypeDef
- CentralizationRuleSummaryTypeDef
- LabelNameConditionTypeDef
- DataSourceTypeDef
- SourceTypeDef
- ResponseMetadataTypeDef
- EncryptionTypeDef
- TelemetryPipelineConfigurationTypeDef
- DeleteCentralizationRuleForOrganizationInputTypeDef
- DeleteS3TableIntegrationInputTypeDef
- DeleteTelemetryPipelineInputTypeDef
- DeleteTelemetryRuleForOrganizationInputTypeDef
- DeleteTelemetryRuleInputTypeDef
- LogsBackupConfigurationTypeDef
- LogsEncryptionConfigurationTypeDef
- ELBLoadBalancerLoggingParametersTypeDef
- SingleHeaderTypeDef
- GetCentralizationRuleForOrganizationInputTypeDef
- GetS3TableIntegrationInputTypeDef
- GetTelemetryPipelineInputTypeDef
- GetTelemetryRuleForOrganizationInputTypeDef
- GetTelemetryRuleInputTypeDef
- IntegrationSummaryTypeDef
- PaginatorConfigTypeDef
- ListCentralizationRulesForOrganizationInputTypeDef
- ListResourceTelemetryForOrganizationInputTypeDef
- TelemetryConfigurationTypeDef
- ListResourceTelemetryInputTypeDef
- ListS3TableIntegrationsInputTypeDef
- ListTagsForResourceInputTypeDef
- ListTelemetryPipelinesInputTypeDef
- ListTelemetryRulesForOrganizationInputTypeDef
- TelemetryRuleSummaryTypeDef
- ListTelemetryRulesInputTypeDef
- LogDeliveryParametersOutputTypeDef
- LogDeliveryParametersTypeDef
- PipelineOutputErrorTypeDef
- RecordTypeDef
- TagResourceInputTypeDef
- VPCFlowLogParametersTypeDef
- TelemetryPipelineStatusReasonTypeDef
- UntagResourceInputTypeDef
- ValidationErrorTypeDef
- AdvancedEventSelectorOutputTypeDef
- AdvancedEventSelectorTypeDef
- CentralizationRuleSourceOutputTypeDef
- CentralizationRuleSourceTypeDef
- ConditionTypeDef
- ConfigurationSummaryTypeDef
- CreateCentralizationRuleForOrganizationOutputTypeDef
- CreateS3TableIntegrationOutputTypeDef
- CreateTelemetryPipelineOutputTypeDef
- CreateTelemetryRuleForOrganizationOutputTypeDef
- CreateTelemetryRuleOutputTypeDef
- EmptyResponseMetadataTypeDef
- GetTelemetryEnrichmentStatusOutputTypeDef
- GetTelemetryEvaluationStatusForOrganizationOutputTypeDef
- GetTelemetryEvaluationStatusOutputTypeDef
- ListCentralizationRulesForOrganizationOutputTypeDef
- ListTagsForResourceOutputTypeDef
- StartTelemetryEnrichmentOutputTypeDef
- StopTelemetryEnrichmentOutputTypeDef
- UpdateCentralizationRuleForOrganizationOutputTypeDef
- UpdateTelemetryRuleForOrganizationOutputTypeDef
- UpdateTelemetryRuleOutputTypeDef
- CreateS3TableIntegrationInputTypeDef
- GetS3TableIntegrationOutputTypeDef
- CreateTelemetryPipelineInputTypeDef
- UpdateTelemetryPipelineInputTypeDef
- ValidateTelemetryPipelineConfigurationInputTypeDef
- DestinationLogsConfigurationTypeDef
- FieldToMatchTypeDef
- ListS3TableIntegrationsOutputTypeDef
- ListCentralizationRulesForOrganizationInputPaginateTypeDef
- ListResourceTelemetryForOrganizationInputPaginateTypeDef
- ListResourceTelemetryInputPaginateTypeDef
- ListS3TableIntegrationsInputPaginateTypeDef
- ListTelemetryPipelinesInputPaginateTypeDef
- ListTelemetryRulesForOrganizationInputPaginateTypeDef
- ListTelemetryRulesInputPaginateTypeDef
- ListResourceTelemetryForOrganizationOutputTypeDef
- ListResourceTelemetryOutputTypeDef
- ListTelemetryRulesForOrganizationOutputTypeDef
- ListTelemetryRulesOutputTypeDef
- PipelineOutputTypeDef
- TestTelemetryPipelineInputTypeDef
- TelemetryPipelineTypeDef
- ValidateTelemetryPipelineConfigurationOutputTypeDef
- CloudtrailParametersOutputTypeDef
- CloudtrailParametersTypeDef
- FilterOutputTypeDef
- FilterTypeDef
- TelemetryPipelineSummaryTypeDef
- CentralizationRuleDestinationTypeDef
- TestTelemetryPipelineOutputTypeDef
- GetTelemetryPipelineOutputTypeDef
- LoggingFilterOutputTypeDef
- LoggingFilterTypeDef
- ListTelemetryPipelinesOutputTypeDef
- CentralizationRuleOutputTypeDef
- CentralizationRuleTypeDef
- WAFLoggingParametersOutputTypeDef
- WAFLoggingParametersTypeDef
- GetCentralizationRuleForOrganizationOutputTypeDef
- CentralizationRuleUnionTypeDef
- TelemetryDestinationConfigurationOutputTypeDef
- TelemetryDestinationConfigurationTypeDef
- CreateCentralizationRuleForOrganizationInputTypeDef
- UpdateCentralizationRuleForOrganizationInputTypeDef
- TelemetryRuleOutputTypeDef
- TelemetryRuleTypeDef
- GetTelemetryRuleForOrganizationOutputTypeDef
- GetTelemetryRuleOutputTypeDef
- TelemetryRuleUnionTypeDef
- CreateTelemetryRuleForOrganizationInputTypeDef
- CreateTelemetryRuleInputTypeDef
- UpdateTelemetryRuleForOrganizationInputTypeDef
- UpdateTelemetryRuleInputTypeDef