You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kind_description: ClassVar[str] ="An AWS OpenSearch Domain provides a managed environment in the AWS cloud to easily deploy, operate, and scale OpenSearch, a popular search and analytics engine."# fmt: skip
Copy file name to clipboardExpand all lines: plugins/aws/fix_plugin_aws/resource/rds.py
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1066,6 +1066,7 @@ class AwsRdsSnapshot(RdsTaggable, AwsResource, BaseSnapshot):
1066
1066
kind_display: ClassVar[str] ="AWS RDS Snapshot"
1067
1067
kind_description: ClassVar[str] ="An AWS RDS Snapshot is a backup tool used for creating a point-in-time copy of an RDS database instance, facilitating data recovery and replication."# fmt: skip
kind_description: ClassVar[str] ="An AWS RDS Cluster Snapshot is a point-in-time backup of an Amazon RDS cluster that provides data persistence and recovery for disaster management."# fmt: skip
kind_description: ClassVar[str] ="An AWS Secrets Manager Secret is used for securely storing and managing sensitive information, such as passwords, API keys, and database credentials, in AWS environments."# fmt: skip
0 commit comments