Class GetBundlePlainArgs


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

      • bundleId

        public java.util.Optional<java.lang.String> bundleId()
        Returns:
        ID of the bundle.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        Name of the bundle. You cannot combine this parameter with `bundle_id`.
      • owner

        public java.util.Optional<java.lang.String> owner()
        Returns:
        Owner of the bundles. You have to leave it blank for own bundles. You cannot combine this parameter with `bundle_id`.