Class GetEngineVersionPlainArgs


  • public final class GetEngineVersionPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • engine

        public java.util.Optional<java.lang.String> engine()
        Returns:
        DB engine. (Default: `neptune`)
      • parameterGroupFamily

        public java.util.Optional<java.lang.String> parameterGroupFamily()
        Returns:
        Name of a specific DB parameter group family. An example parameter group family is `neptune1`.
      • preferredVersions

        public java.util.Optional<java.util.List<java.lang.String>> preferredVersions()
        Returns:
        Ordered list of preferred engine versions. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. If both the `version` and `preferred_versions` arguments are not configured, the data source will return the default version for the engine.
      • version

        public java.util.Optional<java.lang.String> version()
        Returns:
        Version of the DB engine. For example, `1.0.1.0`, `1.0.2.2`, and `1.0.3.0`. If both the `version` and `preferred_versions` arguments are not configured, the data source will return the default version for the engine.