timestream-influxdb
- class moto.timestreaminfluxdb.models.TimestreamInfluxDBBackend(region_name: str, account_id: str)
Implementation of TimestreamInfluxDB APIs.
Implemented features for this service
[X] create_db_instance
dbParameterGroupIdentifier argument is not yet handled deploymentType currently is auto set to ‘SINGLE_AZ’ if not passed in. publicAccessible is not yet handled logDeliveryConfiguration is not yet handled AvailabilityZone and SecondaryAvailabilityZone are not yet handled influxAuthParametersSecretArn is not yet handled
[ ] create_db_parameter_group
[X] delete_db_instance
[X] get_db_instance
[ ] get_db_parameter_group
[X] list_db_instances
Pagination is not yet implemented
[ ] list_db_parameter_groups
[X] list_tags_for_resource
[X] tag_resource
[X] untag_resource
[ ] update_db_instance