Class StackCustomCookbooksSource


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

      • password

        public java.util.Optional<java.lang.String> password()
        Returns:
        Password to use when authenticating to the source. The provider cannot perform drift detection of this configuration.
      • revision

        public java.util.Optional<java.lang.String> revision()
        Returns:
        For sources that are version-aware, the revision to use.
      • sshKey

        public java.util.Optional<java.lang.String> sshKey()
        Returns:
        SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.
      • type

        public java.lang.String type()
        Returns:
        The type of source to use. For example, "archive".
      • url

        public java.lang.String url()
        Returns:
        The URL where the cookbooks resource can be found.
      • username

        public java.util.Optional<java.lang.String> username()
        Returns:
        Username to use when authenticating to the source.