OBJECT
Validate AWS RDS Instance name for export.
type ValidateAwsNativeRdsInstanceNameForExportReply {# Specifies whether the RDS name is valid or not.isValid: Boolean! # Refers to the reason for the RDS name being invalid.error: String! }