OBJECT
Describes whether the RDS cluster name is valid for export.
type ValidateAwsNativeRdsClusterNameForExportReply {# Specifies whether the RDS cluster name is valid or not.isValid: Boolean! # An error, in case validation failed.error: String! }