Class GetEngineVersionResult


  • public final class GetEngineVersionResult
    extends java.lang.Object
    • Method Detail

      • engine

        public java.util.Optional<java.lang.String> engine()
      • engineDescription

        public java.lang.String engineDescription()
        Returns:
        Description of the database engine.
      • exportableLogTypes

        public java.util.List<java.lang.String> exportableLogTypes()
        Returns:
        Set of log types that the database engine has available for export to CloudWatch Logs.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • parameterGroupFamily

        public java.lang.String parameterGroupFamily()
      • preferredVersions

        public java.util.List<java.lang.String> preferredVersions()
      • supportedTimezones

        public java.util.List<java.lang.String> supportedTimezones()
        Returns:
        Set of the time zones supported by this engine.
      • supportsLogExportsToCloudwatch

        public java.lang.Boolean supportsLogExportsToCloudwatch()
        Returns:
        Indicates whether the engine version supports exporting the log types specified by `exportable_log_types` to CloudWatch Logs.
      • supportsReadReplica

        public java.lang.Boolean supportsReadReplica()
        Returns:
        Indicates whether the database engine version supports read replicas.
      • validUpgradeTargets

        public java.util.List<java.lang.String> validUpgradeTargets()
        Returns:
        Set of engine versions that this database engine version can be upgraded to.
      • version

        public java.lang.String version()
      • versionDescription

        public java.lang.String versionDescription()
        Returns:
        Description of the database engine version.